@theAppCodeBlog is it possible to customize the edit method for the UITable Cell above so for example it displays in a popover or popup a editable view of the cell you just clicked?
@Bl2ckH2wk7 popup views are not something that are built into the iOS. I have seen some custom implementations of people using a UIAlertView and subclassing it, but this is not really how Apple intended the alert to be used. If you are just looking for a window to show that allow a user to edit what is in a cell, you could try showing a modal view.
This a very helpful video!thanks for posting. you guys interested in becoming an iPhone Developer?one of the most lucrative and exciting job nowadays. Bitzio is currently looking for promising iPhone developers as of now. So if creating applications is your hobby, why not make money out of it!subscribe to my channel to learn more about what it takes to be an iPhone developer. see you around!
@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. :)
@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 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 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 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.
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 is it possible to customize the edit method for the UITable Cell above so for example it displays in a popover or popup a editable view of the cell you just clicked?
Bl2ckH2wk7 1 week ago
@Bl2ckH2wk7 popup views are not something that are built into the iOS. I have seen some custom implementations of people using a UIAlertView and subclassing it, but this is not really how Apple intended the alert to be used. If you are just looking for a window to show that allow a user to edit what is in a cell, you could try showing a modal view.
theAppCodeBlog 1 week ago
This has been flagged as spam show
This a very helpful video!thanks for posting. you guys interested in becoming an iPhone Developer?one of the most lucrative and exciting job nowadays. Bitzio is currently looking for promising iPhone developers as of now. So if creating applications is your hobby, why not make money out of it!subscribe to my channel to learn more about what it takes to be an iPhone developer. see you around!
bitziomedia 2 weeks ago
@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. :)
memo431 1 month ago
@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
@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.
GospelPanMan 3 weeks ago
@memo431 look up an NSUserDefaults tutorial
gregslife7 2 weeks ago
Can't hear a word you're saying.
SturdyProduction 1 month ago
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.
valor36az 2 months ago
Thanks for making the tutorial :)
mrmonipato 2 months ago
How to edit the new row name in the application? Like changing Teal to New color?
GultekinGokhan 4 months ago
Good tutorial!
patrick20uni 6 months ago