I have the following code to make the navigation bar transparent, but when showing the back button it works in all versions of iOS, but it stopped working with the beta version of iOS 10
navigationBar.setBackgroundImage(UIImage(), for: UIBarMetrics.default) navigationBar.shadowImage = UIImage() navigationBar.isTranslucent = true
Has something changed with iOS 10 in this area?
Please note that it is not possible to use navigationBar.isHidden, as this will cause the back button and the title bar to disappear.
ios swift uinavigationbar
Gruntcakes
source share