Posts

Post not yet marked as solved
1 Replies
204 Views
register for supplementaryViewimplement the collectionView function for viewForSupplementaryElementOfKindimlement the layoutAttributes for supplementaryViewbut it still not work.where is wrong?besides it is ios 9.0
Posted
by lescper.
Last updated
.
Post not yet marked as solved
0 Replies
185 Views
I created a storyboard then place a UICollectionView in it.And specified the Layout by my custom LayoutView.I want to add a header but the Items "Section Header" disappeared since I specify the Layout.So I create a reuseableView and want to register and use in the CollectionViewI registered it and implemented the viewForSupplementaryElementOfKind function.but the supplementaryView dose not appear.why is it?I searched google and it seems to I have to specify the CGSize of the SupplementaryView but I can not find the func or variable to rewrite.thank you.
Posted
by lescper.
Last updated
.