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

DATASource — 5.3.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 27 Nov 10:21
· 227 commits to master since this release
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.