I have some problem understanding how to read an array of x elements from an UITableView and pass it to the SQLite assigning a name to it.
Like a TODO List assigned to people's name.
I have created the database, I can save (null) fields except for the name of the list, but now I do not know how can I read all the fields and pass to my SQLite. Any hint?
In PHP, I usually use a foreach, but I am new to Obj-C and I a little bit blocked.
UPDATE:
The "+" button add a new row, instead the "Save" button has to save this list to an sqlite database. But I am blocked on how to read and save all the fields.
