Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

DATASource — 5.8.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 04 May 13:37
· 133 commits to master since this release
  • 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?