I am new to iphone programming and is learning. I am making an application which will show parsed data in a UITableView. Now I have made different sections for each parsed data with one row/section. In that screen I also have a navigation bar with two buttons Add and Delete. Now I want my application to behave in this manner
(i) On clicking ADD it will be able to add a new section with a row at any desired position
(ii) For DELETE too it should be able to delete from any desired position.
Now what I did is on clicking ADD i opened another screen which have another tableview from where the user can select anything.I have a DONE button too which on clicking should return to the previous page. Now I am not able to add a new section in the previous screen's table view
Can anyone help me how to add a new section when I come back to the previous page
(i) On clicking ADD it will be able to add a new section with a row at any desired position
(ii) For DELETE too it should be able to delete from any desired position.
Now what I did is on clicking ADD i opened another screen which have another tableview from where the user can select anything.I have a DONE button too which on clicking should return to the previous page. Now I am not able to add a new section in the previous screen's table view
Can anyone help me how to add a new section when I come back to the previous page