跪求大神指点!!
objectivec吧
全部回复
仅看楼主
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
level 6
报错不是说了吗,原因是 tablevie 组中的行个数不对
2016年01月02日 00点01分 2
level 11
欢迎关注swift 技术吧
2016年01月03日 04点01分 3
1