Hi All,
After quite a long time perusing the web i have decided to come here as i usually have my questions answered super speedy and super well on Stack Overflow!
I am attempting to complete the following and would be grateful of any suggestions or pointers in the right direction:
- Display a UITableView
- When a "+" button is pressed a UITextField is added to a row of the UITableView
- The user can type a string into this field
- If the user selects the "+" Button again another UITextfield is added to the next row. (You get the idea)
- When the user is done adding UITextFields and filling them in they can hit a "Save" button at which point all entries in each row are saved to an array.
Any suggestions regarding this would be greatly appreciated
Thanks!
Tom