AMScrollingNavbar icon indicating copy to clipboard operation
AMScrollingNavbar copied to clipboard

Scrollable UINavigationBar that follows the scrolling of a UIScrollView

Results 40 AMScrollingNavbar issues
Sort by recently updated
recently updated
newest added

**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...

![img_0827](https://user-images.githubusercontent.com/8198881/29406626-24f31be6-8374-11e7-9ad9-ac4e78216245.JPG)

help wanted

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...

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...