iPhone Development Tutorial - UITableView edit mode
Uploader Comments (theAppCodeBlog)
All Comments (13)
-
@memo431 look up an NSUserDefaults tutorial
-
@memo431 sounds to me like to need to save the data to SQLite or core data before you exit the application. When you start the application, you need to read from the database and populate the tableView.
-
@theAppCodeBlog by the pre added method means that every time you click add "teal" would show up. When i want to click add i would like to type "Add project", then if i click add again i would like to type "Hello", then a third time "have nice day". does that sort of make sense? then after that when saved the things that i typed in the add it would show up in the tablecell. I hope this made a little more sense! if this is possible could possible make a tutorial for it thanks. :)
-
Can't hear a word you're saying.
-
Excellent tutorial thanks for this can you make one on how to add text in the row selected by the user you allude to that in the end of this video by using a modal view.
@theAppCodeBlog i want to add a different item each time. example i press the add button i would like to write what i want to add, not a pre-added method. so like i press the add button then a textfield comes up and type what i want then save it, once that is complete i populates it in the tableview.
memo431 1 month ago
@memo431 You can certainly save text from a textField and use it to populate a tableView, but I'm not sure what you mean by "pre-added method" or are you trying to add a textField when someone presses a button. You say add an "item" but what exactly iOS that item? You are being to vague. What kind of item are you trying to add?
theAppCodeBlog 1 month ago
@theAppCodeBlog is there any code when you add and item it will save, because i'll add an item but it will not save. that mean once the app is closed and re-opened the item that i add didn't save.
memo431 1 month ago
@memo431 What are you trying to save?
theAppCodeBlog 1 month ago