Swati
Swati

Reputation: 107

Reload UITableView after removing Subview

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..

Upvotes: 0

Views: 328

Answers (1)

rishi
rishi

Reputation: 11839

Use - [tableView reloadData].

Upvotes: 4

Related Questions