Tutorial – Transparent UI Navigation Bar
Making the UINavigation bar transparent & see through is easy with a few lines of code. I have setup a XCode project with a simple navigation controller as the root view controller of the default view. It looks like: To set the navigation bar to transparent simply add the following to viewDidLoad() override func viewDidLoad() […]