NSPredicate *predicate = [NSPredicate predicateWithFormat:@"(ANY lists == %@)", myList];. Where myList is an actual List entity. It sounds like your data model ...
確定! 回上一頁