Added: 6 months ago
From: theAppCodeBlog
Views: 4,673
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (15)

Sign In or Sign Up now to post a comment!
  • @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.

  • @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 What are you trying to 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.

  • @memo431 look up an NSUserDefaults tutorial

  • 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.

  • Thanks for making the tutorial :)

  • How to edit the new row name in the application? Like changing Teal to New color?

  • Good tutorial!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more