I am developing a Tab Bar Application in which My need like
I Have a table view in which I have 9 rows (name of acct Groups) which are in one array. When I select any row it opens another view and I enter AcctTitle and save it. When I click On another tab it opens a table view and It should display rows according to acct group.
I mean that when I select xxx group in previous tab and enter 5 acct Title one by one and save it, in other tab it should display xxx group as a header of section and 5 titles as row in that section.
Different groups have different rows (two different tab). How can I do that?
Use this two methods