gskbyte / GSKStretchyHeaderView

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

horizontal scroll of segments #62

Closed mrhaxic closed 7 years ago

mrhaxic commented 7 years ago

Hello brother,

Thanks for this fantastic repo. Is it possible to use horizontal scrolling between segments or just by pressing on buttons?

Thanks a lot ..

gskbyte commented 7 years ago

Hello! It should be easy to do: just use an horizontal collection view to place the buttons there, or a simple UIStackView inside a UIScrollView.