I'm trying to hide table view and remove space. But the table view space not removed. When first time user coming this page there is no data inside the table view so I write ishidden=true.table hidden but space not remove.user add data manually and table view appear.this working proper after add data . I'm trying
self.tableView.tableFooterView = UIView()
self.tableView.ishidden=true
above code table hidden but not remove table space. So how to remove space of hide table view..
you can do with the help of tableview
contentSizeobserver key.For that you have to take Outlet of tableview height and set into tableView observer method. Set tableView scroll disable.Hope this will help you.