jjzjj

newTopViewController

全部标签

ios - 如何将 UITableView Cell 链接到 Storyboard 中的不同 ViewController

我已经创建了一个UITableView并设置了所有内容,以便它在表中提取我想要的正确数据。我唯一的问题是当我点击一个项目时,我希望它打开那个viewController我已经正确设置了StoryboardID,所以一切正常,但请查看下面的代码,以防我遗漏了一些明显的东西:-(void)tableView:(UITableView*)tableViewdidSelectRowAtIndexPath:(NSIndexPath*)indexPath{//Navigationlogicmaygohere.Createandpushanotherviewcontroller./**detailV