Skip to content

Unable to get assetFetchOptions options in Objective-C  #103

@shanthaAithertech

Description

@shanthaAithertech

I'm not able to get the assetFetchOptions options in objective-c so unable to set the fetchOptions.predicate. I want to fetch only images form library but it is showing video.

PHFetchOptions *fetchOptions = [PHFetchOptions new];
fetchOptions.predicate = [NSPredicate predicateWithFormat:@"mediaType == %d", PHAssetMediaTypeImage];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions