luugiathuy / GTScrollNavigationBar

A scrollable UINavigationBar that follows a UIScrollView
BSD 3-Clause "New" or "Revised" License
552 stars 85 forks source link

Make scrollView adjustment optional. #47

Open kasimte opened 8 years ago

luugiathuy commented 8 years ago

@kasimte currently you can set the scrollView property to nil to disable the scrolling navigation bar. It also helps resetting the bar position to default state.

kasimte commented 8 years ago

@luugiathuy Thanks! I was looking for a way to keep the navigation bar animation, but not adjust the frame of the scrollView. Is this possible already?