Skip to content

Latest commit

 

History

History

NavigationBar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

UINavigationBar

Mística doesn't provide a custom navigation bar component. Instead, it recommends the usage of the native UINavigationBar and provides styles based on the brand used.

Usage

Mística provides an extension to UINavigationBar named applyMisticaStyle.

override func viewDidLoad() {
    super.viewDidLoad()
    
    navigationController?.navigationBar.applyOpaqueStyle()
}