I have created programme in which we navigate from table view to a simple view on selecting a row of table view.And I have made four checkbox on simple view.We can mark them easily.Then we store the information corresponding to the marked checked box in string.And I want to access this string in table view to show it on cell.I am not getting it using object
Share
You can use custom delegate for this .Make a delegate in the second class.And when you again come to first class the delegate methode will be automatically called,don’t forget to implement delegate in first class.