Hysen Labs
Open-source project
andreamazz/AMScrollingNavbar avatar
andreamazz

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.

5,997 stars628 forksSwiftMIT
01
DEEP OPEN-SOURCE ANALYSIS

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.

02
DEEP OPEN-SOURCE ANALYSIS

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

03
DEEP OPEN-SOURCE ANALYSIS

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.

04
DEEP OPEN-SOURCE ANALYSIS

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.

05
DEEP OPEN-SOURCE ANALYSIS

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.

06
DEEP OPEN-SOURCE ANALYSIS

Editorial conclusion

The repository README is the source for this review. It does not replace a local installation or an independent test.

07
DEEP OPEN-SOURCE ANALYSIS

Official sources

08
Community notes

Community notes