如何在 Xcode 中的按钮内从 UITableViewController 更改为 ViewController

Posted

技术标签:

【中文标题】如何在 Xcode 中的按钮内从 UITableViewController 更改为 ViewController【英文标题】:How to change from a UITableViewController to a ViewController within a button in Xcode 【发布时间】:2014-07-05 06:19:06 【问题描述】:

您好,我是 Objective-C 和 Xcode 的初学者/中级用户,但我想知道,有人可以提供将视图从 UITableViewController 更改为 ViewContoller 的源代码吗?我已经尝试了一切,但没有任何效果。我尝试使用 performeguewithidentifier 调用 Segue,但它不起作用我猜是因为它是 UITableViewController 而不是 ViewController。因此,如果有人可以帮助我,我将不胜感激,谢谢。

【问题讨论】:

UITableViewController UIViewContoller 【参考方案1】:

试试这个:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

    //push the view controller to a navigationController

【讨论】:

以上是关于如何在 Xcode 中的按钮内从 UITableViewController 更改为 ViewController的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Xcode 中获取 UI 对象

如何在iOS(Xcode)中的提交按钮内实现分段控制?

如何在 Xcode 中的 UINavigationController 上创建后退按钮?

如何在某个日期范围内从表存储中删除记录?

如何将情节提要中的按钮连接到 Xcode 中的代码

Xcode 7 的签名身份对话框窗口中的重置按钮如何工作