Wednesday 5 December 2018

Remove bottom line in navigation bar


navigationController?.navigationBar.setBackgroundImage(UIImage(), for: .any, barMetrics: .default)
        
navigationController?.navigationBar.shadowImage = UIImage()

No comments:

Post a Comment

Remove bottom line in navigation bar

navigationController ?. navigationBar . setBackgroundImage ( UIImage (), for: . any , barMetrics: . default )          navigat...