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

mrl4214

macrumors newbie
Original poster
Sep 5, 2010
4
0
I am using the following code in the main view:


NSLog(@"Tapped!");
SocialwebTwitter *myView = [[SocialwebTwitter alloc] initWithNibName:mad:"SocialwebTwitter" bundle:[NSBundle mainBundle]];
NSLog(@"Waiting!!");
[self.navigationController pushViewController:myView animated:YES];
NSLog(@"Finshed!");
[myView release];


All the console messages get posted but my SocialwebTwitter view controller never gets triggered. and the view is never loaded.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.