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

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

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

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.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 08-11-2010, 03:45 AM   #1 (permalink)
Registered Member
 
Join Date: Feb 2010
Posts: 12
nrawlins is on a distinguished road
Default Multiple SubViews in a TabController?

Hi,

I'm loading a subview when my application launches, so the user can select an item in a tableview and then it will drill down and show a subview.

This works fine.

I've now changed my application so it now has a tabbarcontroller, you can successfully tab between the views.

However, in order for this to work, I can to add [_window addSubview:rootController.view]; to the code below and remove [_window addSubview:_navigationController.view];

Now obviously, the selection of the uitableview fails to drill down. Can anyone suggest how I can resolve this as I think you can only load one subview.

Here is my code:

- (void)applicationDidFinishLaunchingUIApplication *)application {
_navigationController.viewControllers = [NSArray arrayWithObject:_viewController];

// Override point for customization after app launch
//[_window addSubview:_navigationController.view];
//[_window makeKeyAndVisible];
[_window addSubview:rootController.view];
[_window makeKeyAndVisible];
}


Thanks,

Nick

Last edited by nrawlins; 08-11-2010 at 04:00 AM.
nrawlins 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: 362
9 members and 353 guests
bignoggins, Chickenrig, firecall, givensur, iNet, linkmx, michaelhansen, Objective Zero, PlutoPrime
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,657
Threads: 94,118
Posts: 402,894
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jenniead38
Powered by vBadvanced CMPS v3.1.0

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