AMScrollingNavbar
AMScrollingNavbar copied to clipboard
Scrollable UINavigationBar that follows the scrolling of a UIScrollView
**Is your feature request related to a problem? Please describe.** I am using this great library for my app, and before v5.1.0 (5.0.4 and below), custom followers used to move...
**Describe the bug** In the Reddit webview example, when the navbar collapses, the Reddit header floats with a gap above it. **To Reproduce** Simply open the included webview demo and...
when added in a super view that say has a Tab bar at the bottom and the scrolling nav is pined to the top of said tab bar. the nav...
**Describe the bug** If you are using `3D Touch`, so if you "peek" with small intensity a Cell of a Table and you scroll up or down the `UINavigationBar` did...
Hello! Thank you for your library! I note that Table view sections do not moving when scrolling enabled. ``` import UIKit import AMScrollingNavbar class TVCTableViewController: UITableViewController { override func viewWillAppear(_...
Hello, thanks for publishing a great component. It seems I don't have a way to put custom buttons for both left & right side. Would it be possible to add...
**Is your feature request related to a problem? Please describe.** Currently, if you create the UIViewcontroller by programming, you have to create and position your own UIToolbar. **Describe the solution...

Is there a possibility to avoid `updateContentInset` do anything? It's messing up with my tableview and hiding part of the content because is changing my insets to negative, if I...
ios11 issue
Hi, I am using paging menu with a UIScrollView and the AMScrollingNavbar works fine with ios 10. But on iOS 11 I couldnt hide the nav bar with scroll. Anyone...