I have added TableView which data will be dynamically changes after filling form. and I have inserted form on TableView view controller class. But can’t able to reload the tableview.
How can reload UITableView after removing Subview?
Please suggest solution.
Thanks..
Use –
[tableView reloadData].