尝试运行代码,但它在调试控制台中崩溃或以 SIGABRT 消息终止
- (IBAction)backButtonPushed:(id)sender {
ViewController *backView = [backView initWithNibName:nil bundle:NULL];
backView.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presentModalViewController:backView animated:YES];
}