ios - NSPredicate - Core Data - Compare two properties to each other -


i have thought easy thing / find on google-verse have been totally baffled. have single object 2 date properties setup in core data. want grab list of objects 2 dates not same. how can using core data?

[nspredicate predicatewithformat:@"datemodified != datecreated"]; 

does not work.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -