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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -