gskbyte / GSKStretchyHeaderView

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

Do not expand header when bouncing scrollview at the bottom #29

Closed esisa closed 8 years ago

esisa commented 8 years ago

Is there a way to not expand the header when I bounce the collection/table/scroll view at the bottom?

I am using a XIB file for the header in the same way as the example app. Same problem happens there when you scroll all the way to the bottom.

esisa commented 8 years ago

OK, guess I can use GSKStretchyHeaderViewExpansionModeTopOnly and that will avoid this issue.