presentModalViewController in viewDidLoad on first launch
问题 I've been searching around but unfortunately have had no luck. My app requires the user to sign in/sign up the first time he or she launches the app. I know how to determine first launch (using NSUserDefaults) but whenever I try to present the modal containing the sign in/ sign up controls, nothing happens. Here's what I have: -(void)viewDidLoad { [self showLogin]; [super viewDidLoad]; } -(void)showLogin { FlipsideViewController *controller = [[FlipsideViewController alloc] initWithNibName:@