Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
477 stars 70 forks source link

Use an optional predicate in FetchRequest constructor. #118

Closed anlaital closed 7 years ago

anlaital commented 7 years ago

This makes it easier to fetch all objects without having to use an NSPredicate(value: true).

bigfish24 commented 7 years ago

Agree, this slipped through since the ObjC side supports a nullable predicate (even annotates it that way as well).