Saturday 10 February 2018

hiding tabbar at bottom with space in swift 3


self.tabBarController?.tabBar.isHidden = true
self.extendedLayoutIncludesOpaqueBars = true

No comments:

Post a Comment

Remove bottom line in navigation bar

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