andreamazz / AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView
MIT License
6.05k stars 633 forks source link

Is it possible to add this on custom view instead of navigation bar ? #350

Closed MiteshiOS closed 5 years ago

MiteshiOS commented 5 years ago

I want this scroll effect on UIview instead of navigation bar. As i have custom view in my view controller instead of navigation bar. Is there any method to achieve this ?

andreamazz commented 5 years ago

The library is meant for navigation bars, however you can add a custom UIView as a follower. Please refer to the readme for that.