I have a table with one section and when I select any row, a new section gets added to the same table, and so on, the number of section to be added is not fixed i.e., two section can be added or three or four as it depends on the data coming from the server. My question is how can I show the recently added section when I reload the table?
Thanks-
After reloading the table using
[tableView reloadData], use scrollToRowAtIndexPath: method to scroll to a particular section/row. For example,