Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

UITableView iPhone SDK Programming Example - Part 1

Loading...

Sign in or sign up now!
23,406
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Sep 8, 2008

This iPhone programming example walks you through how to create a list using the UITableView Controller. Then the examples shows you how to delete items on the list.

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 9 dislikes

Link to this comment:

Share to:
see all

All Comments (14)

Sign In or Sign Up now to post a comment!
  • I think you should do a tutorial on this tutorial(LOL)

  • uhm, what document window...Xcode 4 has a different toolbar up top.

  • uhm, what document window...Xcode has a different toolbar up top.

  • YOU ARE THE BEST

  • I have the newest version of Xcode, well the table appears but when I click in the name of the submarine not appears the other view. I do not know If is problem of version. The curiously thing is the app succeeded but when I click in the simulator no changes the view. Help please.

    Thanks for the tutorial¡

  • Thanx 4 this 

  • any good vids on adding a menu style uitableview to an app built with the utility template? I wanted to use the flipsideview so I started with that template but I want to make the flipsideview a tableview

  • Actually, I realized that I ended up debugging this exception while in the middle of watching your tutorial, which means my comment may not be spot on.

  • The commitEditingStyle code now requires that the contentArray is updated prior to the row deletion in the table view, to avoid an NSInternalInconsistencyExcepti­on. The contentArray must additionally (I believe) be turned into an NSMutableArray.

    The commitEditingStyle code thus will require an additional line, right above the deleteRowsAtIndexPaths call which goes:

    [contentArray removeObjectAtIndex:indexPath.­row];

  • Thanks a lot for taking the time to make that video.

    Your code throws an exception in newer versions of the iPhone SDK (not sure since which).

    (see next comment)

Loading...

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