I am working in iPhone Dropbox app, Using DropboxSDK to develop this, I get the files from My Drop-box account like APP, Getting Started.pdf, Photos, Public the i have stored this files in NSMutableArray and its show in TableView, when the user select the file in TableView, then i get that items from DidSelectRow delegate. then How to find that files? please help me
Thanks in Advance
You can use
NSPredicatefor this purpose.For example:-
OR also you can try with this :-