When attempting to create a form with UITextFields, it appears that cellForRowAtIndexPath: gets called every time a user scrolls up and down the tableView. When this happens, a new UITextField is created, and the old UITextFields are no longer visible. Is there a way for the cellForRowAtIndexPath: method to be called for just one iteration?
When attempting to create a form with UITextFields, it appears that cellForRowAtIndexPath: gets called
Share
Create UITableViewCell nibs in Interface Builder with UITextFields and link all of the objects with the viewController class.