"title"
述語を使用して、配列内のサブ要素をプロパティに見つけようとしました"$t"
。
filterPlaces = [[NSMutableArray alloc] initWithArray:youtubeChannelWS.youtubeArrayVideos];
predicate = [NSPredicate predicateWithFormat:@"title.$t contains[cd] %@", placeName];
[filterPlaces filterUsingPredicate:predicate];
しかし、変数tが見つからないというエラーを受け取りました。
どうすればこの問題を解決できますか?