hi all,
i simply show a parentView which displays a series of Item in TableView(datasource is NsmutableArray). This View also have a Add button . when user tap on this add button, then a New view (called child View) is appeared. This view let the user to add new Item. After Adding item user go back to parent view which displayed previous data. So how could i display newly added item in TableView of parentVIew . how can i refresh NSmutableArray items.
i simply show a parentView which displays a series of Item in TableView(datasource is NsmutableArray). This View also have a Add button . when user tap on this add button, then a New view (called child View) is appeared. This view let the user to add new Item. After Adding item user go back to parent view which displayed previous data. So how could i display newly added item in TableView of parentVIew . how can i refresh NSmutableArray items.