gskbyte / GSKStretchyHeaderView

A generic stretchy header for UITableView and UICollectionView
MIT License
1.75k stars 185 forks source link

How to use Twitter Style #44

Closed yatanadam closed 7 years ago

yatanadam commented 7 years ago

Hi,

I have implemented GSKStretchyHeaderView to my swift project by using cocoapods.

I couldn't find any information about how to set as Twitter style header view. Is there any information about that ?

Thanks

tache commented 7 years ago

best to take a look at the examples ... look in the subviews folderGSKTwitterStretchyHeaderView

gskbyte commented 7 years ago

Hi @yatanadam, there's no predefined "Twitter Style". However, as @tache says, you can have a look at the examples to see how you can achieve the same effect. Have fun!