Roobiq / RBQFetchedResultsController

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

section support use non-string value #124

Open zzzworm opened 7 years ago

zzzworm commented 7 years ago

some times, we will use some property for section(such as NSDate, which support by realm from v1.0) , so I extended this to RBQFetchedResultsController.To use it, people should pass sectionNameKeyType, currently support Int,String,NSDate