2013 Fall Tour Registration Now Open!

NSPredicates For Fun and Profit

Josh Smith

Josh is a Systems Engineer at Lextech Global Services (http://lextech.com/). We engineer applicatio...

Twitter App.net View Details

NSPredicates aren’t just for Core Data.  NSPredicates can be used to attack a variety of tasks with collections in ways that make your code more testable and easier to maintain.  They are, however  not well documented and notoriously difficult to create.  Sure, once created they are easy to use and let you do things that are very difficult without them.  In  this intermediate session we will cover what NSPredicates are, where they can be used,  how to debug them, and how to replace difficult to maintain iterative code with elegant predicates.  You should have a good understanding of Objective C and the collections.    While we will cover some of Core Data, this is not a Core Data session.