Thursday 6 April 2017

display cells only it contains data in tableview or eliminate extra empty cells in UI Tableview in swift 3

override func viewDidLoad() {
        super.viewDidLoad()

        self.yourtableview.tableFooterView = UIView()
}

No comments:

Post a Comment

Remove bottom line in navigation bar

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