gskbyte / GSKStretchyHeaderView

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

Can't touch inside header view #56

Closed hrsalehi closed 7 years ago

hrsalehi commented 7 years ago

Hi. I have a collection view inside the stretchy header view that works as a slider but I noticed I can only touch before minimum header height for example area smaller than 60px but touch does not work between minimum and maximum height when the view is stretched. Because of this I can't work with views and buttons inside that part and also cant scroll collection view

hrsalehi commented 7 years ago

Sorry, my bad. I was adding a table view header infront of stretchy header. The problem solved. Thank you for this great library