Home News Forum Social Networking Support Us Advertise

Spanish Lesson 1 ($1.99)

aWake!Gently ($1.99)

The Bird & The Snail - Knock Knock - Deluxe ($4.99)

Match-It Trains ($0.99)

Tangled ($0.99)

iFlatter ($0.99)

The 15 puzzle ($0.99)

Tap Forms Database ($8.99)

Higher or Lower Card Game (Hi Lo) ($0.99)

Red Pixel ($0.99)

Time-Shift Radio ($0.99)

Want your application advertised here? Only $10/week!

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Tutorials

Reply
 
LinkBack Thread Tools Display Modes
Old 09-04-2008, 10:01 AM   #1 (permalink)
Tutorial Author
 
Join Date: May 2008
Posts: 315
Rep Power: 0
myersn024 is an unknown quantity at this point
Default UITableViews Tutorial Part #1

At the request of several forum members, I've started a UITableView tutorial series. The first part is available for viewing at vimeo.com. This part is simple enough and doesn't go into too much detail, but it's a good starting point for the next few parts. I decided to do a series instead of one that covered everything because there's just too much to go over. Most of you will probably find this one useless, but there are bound to be some out there that this will help. Anyway, enjoy and stay tuned for the next part!

The embedded versions of these screen-casts aren't in HiDef, but you can view them in HiDef on vimeo.com or you can click the download link below to download a copy to your computer. This particular video is 75 megs in size.


iPhone Tutorial - UITableViews part #1 from Nick Myers on Vimeo.
Download the HiDef version to your computer
myersn024 is offline   Reply With Quote
Old 09-06-2008, 12:36 AM   #2 (permalink)
Junior Member
 
Join Date: Sep 2008
Posts: 7
Rep Power: 0
bzouchir is on a distinguished road
Default

Great tuts. When should we expect part 2!
Got me hooked.

I was wondering if there is anyway to show us how to create a custom uitable, with different background and customized uiTableView cells.
bzouchir is offline   Reply With Quote
Old 09-06-2008, 05:55 AM   #3 (permalink)
Member
 
Join Date: Jul 2008
Posts: 75
Rep Power: 1
hijinks is on a distinguished road
Default

Custom UITableViewCell | Iphone Noob

there is my blog entry on it
__________________
Iphone Noob iPhone Development Blog. Learn to develop for the iPhone SDK with me
hijinks is offline   Reply With Quote
Old 09-06-2008, 07:10 AM   #4 (permalink)
Junior Member
 
Join Date: Sep 2008
Posts: 7
Rep Power: 0
bzouchir is on a distinguished road
Default

ah nice blog!

thanks
bzouchir is offline   Reply With Quote
Old 10-10-2008, 09:43 AM   #5 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 2
Rep Power: 0
rgdepaula is on a distinguished road
Default Doubt about table view

Dear myersn024,

First I want to thank you for your video tutorial. I am a beginner developer and these videos are help me very much. I am from Brazil and here we are learning many things about apple develop.

So I have one doubt about table view. I realy want to know how I can click in one cell of the table e with this click the window change to another, do you undertand me? At this moment I am realy need this help.

Thanks.
rgdepaula is offline   Reply With Quote
Old 10-10-2008, 12:37 PM   #6 (permalink)
Tutorial Author
 
Join Date: May 2008
Posts: 315
Rep Power: 0
myersn024 is an unknown quantity at this point
Default

One of the table view delegate methods handles row taps. I'm not in front of my dev computer right now so I can't give you the actual function prototype, but you can find it in the documentation. Just put your code to load and push a new view controller in that function. You can easily make each row do something different by checking the values stored in the indexPath variable that's passed to that function.
myersn024 is offline   Reply With Quote
Old 10-10-2008, 01:06 PM   #7 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 2
Rep Power: 0
rgdepaula is on a distinguished road
Default

Ok. But i didn't undertand yet what are you want to say, sorry for that. What i must to put on the documentatiton help? Sorry to my ignorance about that and i appreciate your pacient.

Thanks.
rgdepaula is offline   Reply With Quote
Old 10-10-2008, 03:44 PM   #8 (permalink)
Tutorial Author
 
Join Date: May 2008
Posts: 315
Rep Power: 0
myersn024 is an unknown quantity at this point
Default

The documentation that comes with the SDK....it has pretty much everything you need to know.
myersn024 is offline   Reply With Quote
Old 01-08-2009, 09:42 AM   #9 (permalink)
Member
 
Join Date: Jan 2009
Posts: 49
Rep Power: 0
rcloke is on a distinguished road
Default

How do you do it with Interface Builder?

I have created a UITableViewController class, and in interface builder the dataSource and delegate are assigned to File's Owner.... but the view come up blank when I push to it. I also set breakpoints that show numberOfSectionsInTableView is called but not numberOfRowsInSection.
rcloke is offline   Reply With Quote
Old 01-08-2009, 04:01 PM   #10 (permalink)
Tutorial Author
 
Join Date: May 2008
Posts: 315
Rep Power: 0
myersn024 is an unknown quantity at this point
Default

I do all my UITableViews in code since I wasn't ever fully able to figure it out in Interface Builder. Interface Builder is good for certain things, but it really sucks for others and I feel that writing the code is easier.
myersn024 is offline   Reply With Quote
Old 05-25-2009, 04:20 AM   #11 (permalink)
Tutorial Author
 
Join Date: Jun 2008
Location: Lahore, Pakistan
Posts: 29
Rep Power: 0
adeem
Default

check out my blog for complete list of uitableview tutorials + few video tutorials:
1. iPhone SDK Tutorial + Video Tutorial - {Part 1} UITableView using NSArray | iPhone Diary | Tutorial

2.iPhone SDK Tutorial + Video Tutorial - {Part 2} Navigation in UITableView | iPhone Diary | Tutorial

3. iPhone SDK Tutorial + Video Tutorial - {Part 3} Grouped UITableView | iPhone Diary | Tutorial

4. iPhone SDK Tutorial or Video Tutorial - {Part 4} Tips for UITableView Design [Add Header, Footer, background images & change design] | iPhone Diary | Tips

And more to come on these topics in few days:
5. Add, Delete & Re-order UITableView rows
6. Creating UITableView using UITableViewCell
7. Customizing UITableView using UITableViewCell
8. UITableView & UITableViewCell examples and tips

regards,
Adeem Basraa
iPhone Diary all about iPhone SKD Tutorials, Video Tutorials, iPhone Tips and iPhone Tricks

Last edited by adeem; 05-25-2009 at 04:43 AM.
adeem is offline   Reply With Quote
Old 05-25-2009, 04:23 AM   #12 (permalink)
Tutorial Author
 
Join Date: Jun 2008
Location: Lahore, Pakistan
Posts: 29
Rep Power: 0
adeem
Default

also you can post any tutorial request on this page
http://adeem.me/blog/request-tutorial/

Last edited by adeem; 05-25-2009 at 04:42 AM.
adeem is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


» Advertisements


» Online Users: 253
27 members and 226 guests
Artem, brendand, crossfire, davek, DenVog, DGuy, enfamus, FlyingDiver, gbh, iBud, jonahgabriel, jrsiqueira, kaleman, Kalimba, lildragon, martinn, martinws, mnemonic_fx, mohrt, qaziatiq, shabzcohelp, Sicga, SpikeyUK, talguy, tashev, thorx, warmi
Most users ever online was 779, 05-11-2009 at 09:55 AM.
» Stats
Members: 8,229
Threads: 20,197
Posts: 90,213
Top Poster: RickMaddy (2,121)
Welcome to our newest member, jrsiqueira
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 02:07 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0