abdullahselek / ASCollectionView

Lightweight custom collection view inspired by Airbnb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resize header cell

opened this issue · comments

How can i resize the header label and make the cell smaller

Hey @pprevalon you can change the header cell size with
let asCollectionViewLayout = collectionView.collectionViewLayout as? ASCollectionViewLayout asCollectionViewLayout?.headerSize = CGSize(width: collectionView.frame.size.width, height: 30.0)

and to change the label font size you can customise UILabel font size inside the Header.xib file.

Hey @pprevalon I am closing this issue, if you have any other questions don't hesitate to ask.