For all the viewControllers remove the save button and putt save logic in the UITextFieldDelegate functions when the text field is edited. This potentially leads to empty objects (e.g. add a new home and then click cancel) but reduces the number of taps for users.
For all the viewControllers remove the save button and putt save logic in the UITextFieldDelegate functions when the text field is edited. This potentially leads to empty objects (e.g. add a new home and then click cancel) but reduces the number of taps for users.