Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 531 Bytes

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)