This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
DATASource — 5.3.0
func dataSource(dataSource: DATASource, collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, atIndexPath indexPath: NSIndexPath, withTitle title: AnyObject?) -> UICollectionReusableView?
Now returns AnyObject
instead of String, since sectionName
could be anything, not just strings.