Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. id ext = [transaction ext:kFTSExtensionName];
  2. [ext enumerateKeysMatching:[NSString stringWithFormat:@"*%@*", [searchQuery lowercaseString]]
  3. usingBlock:^(NSString *collection, NSString *key, BOOL *stop) {
  4. [result addObject:[transaction objectForKey:key inCollection:collection]];
  5. }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement