Skip to content

rk85097/swift-curved-navigation-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

swift-curved-navigation-bar

Curved UINavigationBar written in Swift 4.0

Installation

Copy all extensions into your project

Usage

View Controller Navigation Bar

In your view controller add the following line (adjust properties as needed)

addCurvedNavigationBar(backgroundColor: .white, curveRadius: 17.0, shadowColor: .darkGray, shadowRadius: 4.0, heightOffset: 0.0)

If you need to change color, use the following

updateCurvedNavigationBarBackgroundColor(color: .red)

About

Curved UINavigationBar written in Swift 4.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages