Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

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

Reply
 
LinkBack Thread Tools Display Modes
Old 07-10-2009, 05:15 PM   #1 (permalink)
New Member
 
Join Date: Jul 2009
Posts: 1
Default Tab Bar, Navigation Controller and a table view, all in one!?

Hello everyone I'm new on this forum. I found it because I'm stuck on developing for a week, and tried to find a solution on the internet..
What I'm trying to do is this:

When you open the ap, you get a tab bar with eg 3 items A,B and C. When you tap A, you get a table, lets say with a few rows called 1, 2 and 3.
Now when you tap on 1, you move on to the next view level, and there you get an image of an iPhone for example.

I have found several great tuturials about all 3 of them single, but not a combination it.

Anyone knows how to handle this?

Jelle
Jelloke is offline   Reply With Quote
Old 07-10-2009, 06:38 PM   #2 (permalink)
Registered Member
 
Join Date: Mar 2009
Location: San Francisco, CA
Posts: 157
Default

I direct everyone here. Excellent resource.

YouTube - Building an iPhone App Combining Tab Bar, Navigation and Tab
JCooperman is offline   Reply With Quote
Old 07-11-2009, 12:17 PM   #3 (permalink)
Registered Member
 
Join Date: Jan 2009
Location: Atlanta
Posts: 411
Default

You can't go wrong with O'Reilly.
funkytaco is offline   Reply With Quote
Old 07-15-2009, 03:25 PM   #4 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 29
Default

hi guys

I wanted to do the exact same as Jelloke, and have looked through the o'reilly video which is great, except that the table view does not link to a new view, but rather generates a details view from the table data...

I am sure I am doing something really stupid and would love some help.

when table cell "Case 1" is tapped I want Case01.xib to be called into view.. this is the code I have, but clicking does not work. The cell goes blue when tapped and that is it. no crash but no new view.

Code:
	if ([[tableList objectAtIndex:indexPath.row] isEqual:@"Case 1"])
	{

Case01 *case01 = [[Case01 alloc] initWithNibName:@"Case01" bundle:nil];
		[case01 setTitle:@"Case 1"];
		[self presentModalViewController:case01 animated:YES]; 
}
I suspect the last line is wrong.. but I can't work it out...



Thanks in advance

Last edited by bigbad; 08-21-2009 at 08:34 AM.
bigbad is offline   Reply With Quote
Old 08-21-2009, 05:31 AM   #5 (permalink)
Registered Member
 
Join Date: Aug 2009
Location: Melbourne, Australia
Posts: 12
Default

Quote:
Originally Posted by JCooperman View Post
I just found that handy tutorial last night. Can't go wrong with it
phoenix.two 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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 884
12 members and 872 guests
aziz, chiataytuday, fiftysixty, harsha_0409, klbaiju, leahov, Morgan72, Shubhank, snackbox, Snail, Vineesh, viperfan91
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,297
Threads: 89,032
Posts: 379,810
Top Poster: BrianSlick (7,086)
Welcome to our newest member, Snail
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:09 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0