Dave DeLong: One of the best things about NSPredicate is its parsing engine. Given a well-formatted NSString, NSPredicate will turn it into a tree of NSCompoundPredicate and NSComparisonPredicate objects. This can be used to our advantage. If we have a string that represent some boolean expression, we can tap NSPredicate to parse it for us … Continue reading Abusing NSPredicate
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed