This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
DATASource — 5.8.0
- Improve Swift API and ObjC compatibility
Added:
func all<T: NSManagedObject>() -> [T]
func object<T: NSManagedObject>(indexPath indexPath: NSIndexPath) -> T?
func indexPath(object object: NSManagedObject) -> NSIndexPath?
func titleForHeader(section section: Int) -> String?