AMScrollingNavbar
AMScrollingNavbar copied to clipboard
Scrollable UINavigationBar that follows the scrolling of a UIScrollView
https://streamable.com/f7q3g check the above video. using: ``` UINavigationBar.appearance().isTranslucent = false In Sampler / TableView func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if let navigationController = self.navigationController as? ScrollingNavigationController {...
**Describe the bug** First of all I would like to thank you again for this library, I use it in my apps and it makes the user experience much more...
I scroll up but the collection view does not follow. I use the storyboard to set up the everything and the constraints. `if let navigationController = navigationController as? ScrollingNavigationController {...
Fix for #367. **Motivation** After investigating this and testing on iOS's 8-12 I could not observe that recursive subview actually does anything(except causing flickering on iOS 11 and 12 :)....
**Describe the bug** When presenting a `SFSafariViewController` on top of a view controller that uses a `ScrollingNavigationController` and returning to the app, the web view content will be behind the...
**Describe the bug** Some navigation bar elements(`UIBarButtonItem`s and `UINavigationitem`s with custom views) flicker when navigation bar gets hidden interactively.  **To Reproduce** The issues manifests quite easily, for example when...
updateNavbarAlpha hammers the alphas of all subviews of everything on the toolbar, including some third party libraries we use that do special things with their toolbar buttons. the specific problem...
Is there any way to slide toolbar beneath the navigation bar while scrolling and collapse both of them?
**Describe the bug** If you scroll up without having your finger on the screen, the navbar is not displayed when you arrive at the top **OR** slide up in very...
**Describe the bug** If you scroll and slide your finger diagonally across the screen, the NavigationBar will not recognize it. So it will not collapse and will not expand. Furthermore,...