level 1
月之斯
楼主
-(IBAction)press:(id)sender{
//_hello.text=[[NSString alloc]initWithFormat:@"XXXX"];
[self performSegueWithIdentifier:@"gotoOther"sender:self];
}
@end
报错如下:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x7b24e340'
segue检查名字没错请问是什么问题?
2015年12月30日 09点12分
1
//_hello.text=[[NSString alloc]initWithFormat:@"XXXX"];
[self performSegueWithIdentifier:@"gotoOther"sender:self];
}
@end
报错如下:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0x7b24e340'
segue检查名字没错请问是什么问题?