Does anyone know that there is no similar expression in Realm.io for this query? I need the results classified by the "dream date" property
// Find all dreams based on date NSPredicate * predicate = [NSPredicate predicateWithFormat: @ "user ==% @ and parseSyncDeleted == false ", user]; NSFetchedResultsController * Groups = [Dream MR_fetchAllGroupedBy: @ "dreamDate.dateWithoutTime" with advanced: predicate sorted: @ "dream day" ascending: yes]; Return group; Converts Thanks!
No comments:
Post a Comment