As I just exploring this whole new galaxy, it shall not be a shame to present some of these "stone samples" just found...
[customers valueForKeyPath:@"@avg.emailAddress.length"];
... more on Cocoa key paths here.
NSPredicate *bPredicate =
[NSPredicate predicateWithFormat:@"SELF beginswith[c] 'b'"];
NSArray *beginWithB =
[array filteredArrayUsingPredicate:bPredicate];
...more on predicates here.
No comments:
Post a Comment