I have to tried to sort using date only after getting the documents after the query returns documents. Is it Possible to Sort UIDocuments with respect to date (User data) inside it when i make a query.
Asked
Active
Viewed 47 times
0
-
have a look at this: http://stackoverflow.com/questions/12340239/how-can-i-sort-an-icloud-nsmetadataquery-result-of-uidocuments-by-modification – InvalidReferenceException Jun 07 '13 at 07:01
-
yes, I saw it ,but the solution is for NSMetadataItemFSContentChangeDateKey which is not the custom date which i have inside my document which can be changed by the user. – Mohammed Shahid Jun 07 '13 at 11:37