AMScrollingNavbar
GitHub describes it as Scrollable UINavigationBar that follows the scrolling of a UIScrollView. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
andreamazz/AMScrollingNavbar: README details
GitHub describes it as Scrollable UINavigationBar that follows the scrolling of a UIScrollView. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as Scrollable UINavigationBar that follows the scrolling of a UIScrollView. The repository metadata lists Swift as its primary language. The metadata lists the MIT license. The README describes the project this way: A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view
Versioning notes
The README section "Versioning notes" states: - Version 2.x is written as a subclass of UINavigationController , in Swift. - Version 2.0.0 introduced Swift 2.0 syntax. - Version 3.0.0 introduced Swift 3.0 syntax. - Version 4.0.0 introduced Swift 4.0 syntax. - Version 5.1.0 introduced Swift 4.2 syntax.
Versioning notes
The README section "Versioning notes" states: If you are looking for the category implementation in Objective-C, make sure to checkout version 1.x and prior, although the 2.x is recomended.
Usage
The README section "Usage" states: Make sure to use ScrollingNavigationController instead of the standard UINavigationController . Either set the class of your UINavigationController in your storyboard, or create programmatically a ScrollingNavigationController instance in your code.
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes