views:

20

answers:

0

I started off with the Split View Project Template. I have some text fields inside a table view in the detail view. I need to persist what the user entered in those text fields. However, when the user selects another row in the master view controller, the contents of the detail view get changed and the older changes in the detail view are not valid as they are on the new data.

Is there any way I can make sure that the textFieldShouldEndEditing can be called before the master view controller's didSelectRow is called?