I am trying to do is data in NSMutableDictionary showing in UITableview but, I want to show in tableview when user press back button and come to previous view controller. I have one view controller on which tableview but whenever user push that view and go to next view there are some textfield, that textfield text value I am saving in one dictionary, Now I want to access that dictionary in previous view controller to show data in tableview.
I am already set the setter and getter for that dictionary. Then also I am getting null dictionary. Please help me, Thanks in advance.