Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

richard.puckett

macrumors newbie
Original poster
Jul 15, 2008
15
0
Seattle, WA
Newbie question: What's the best way to transition from one View to another w/o using a navigation bar? This is for a login screen - something I want to show once but not have it on any navigation stack. Here's what I'm doing now:

Code:
TheOtherController *theOtherController = [[TheOtherController alloc] initWithNibName:@"TheOtherView" bundle:nil];
[self.window removeFromSuperview];
[self.window addSubview:theOtherController.view];

TIA.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.