草庐IT

allObjectsInRealm

全部标签

objective-c - Realm 中的条件 WHERE RLMSupport

我的android应用程序中有这些查询:RealmResultsresults=realm.where(tClass).equalTo(key,value).findAll();RealmResultsresults=realm.where(tClass).findAll();现在我想在我的ios应用程序中编写它们。要求:IOS-7.1,语言-swift。我正在尝试使用RLMSupport来执行此操作:T.allObjectsInRealm(myRealm).filter("//dontknowwhatishouldputhere")T.allObjectsInRealm(myReal