sorting - sortedResultsUsingProperty realm iOS -
in ios realm has ability return sorted rlmresults database.
sortedresultsusingproperty(..)
is possible 'not return anything, , sort locally saved database ?
realm not have way sort of objects in place, doesn't make guarantees order objects stored in underlying database (which allows better performance). of time, however, sorting rlmresults
going fast enough it's not concern.
Comments
Post a Comment