Translate

2016年5月6日 星期五

nsarray有包含字串

 NSArray *ar=@[@"john",@"bally",@"bill"];
 NSString *check=@"john";
    
    NSPredicate *predicate = [NSPredicate predicateWithFormat:@"SELF IN %@", ar];

    BOOL result = [predicate evaluateWithObject:check];

沒有留言:

張貼留言