You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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];
The text was updated successfully, but these errors were encountered: