iphone开发中UITableViewCell点击跳转到新的视图控制器 ,运用storyboard怎么实现?

如题,系统模版中并没有关联的点击事件代码xcode版本4.3 , ios5.0
2025-04-16 03:45:38
推荐回答(1个)
回答1:

在UITableView的UITableViewDelegate 代理协议中有一个方法可以接收点击Cell的行为
-(void)didSelectRowAtIndexPath:(NSIndexPath *path)