Hi,
Does anyone know how to implement an insert method similar to how it's done in Remnders iPad app? When the user click the add button, the text field in the last row becomes the first responder and ask for the user to input the row's text. I would like to implement my table this way rather than the traditional method of having another view appear modally asking the user for information.
Does anyone know how to implement an insert method similar to how it's done in Remnders iPad app? When the user click the add button, the text field in the last row becomes the first responder and ask for the user to input the row's text. I would like to implement my table this way rather than the traditional method of having another view appear modally asking the user for information.