Guest User

Untitled

a guest
Jan 12th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. PHFetchOptions *fetchOptions = [PHFetchOptions new];
  2. fetchOptions.predicate = [NSPredicate predicateWithFormat:@"(creationDate >= %@) && (creationDate <= %@)",startDateMinus24Hours,endDatePlus24Hours];
  3. _assetsFetchResults = [PHAsset fetchAssetsWithOptions:fetchOptions];
Add Comment
Please, Sign In to add comment