
- (voID)tableVIEw:(UItableVIEw *)atableVIEw dIDSelectRowAtIndexPath:(NSIndexPath *)indexPath{ MyVIEwController* clIEnte = [[MyVIEwController alloc] initWithModeAndClIEntID:2 c:cID]; clIEnte.delegate = self; UINavigationController *n = [[UINavigationController alloc] initWithRootVIEwController:clIEnte]; n.navigationbarHIDden = NO; [[n navigationbar] setbarStyle:UIbarStyleBlack]; [self presentVIEwController:n animated:YES completion:nil];} 如果我点击该行点击,MyVIEwController会在几秒钟后显示!
如果我点击两次,它会迅速显示!
在Profiler中,单击即可发生任何事情……
我没有dIDdeselectRowAtIndexPath方法.
dispatch_async(dispatch_get_main_queue(),^{ // Code here }); 总结 以上是内存溢出为你收集整理的ios – 单击时未调用UITableView didSelectRowatIndexPath全部内容,希望文章能够帮你解决ios – 单击时未调用UITableView didSelectRowatIndexPath所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)