从Table View Controller中选择Master Detail Controller

时间:2015-12-08 07:56:29

标签: ios iphone xcode swift

我尝试将TableView控制器连接到主/细节视图控制器,但在连接show segue时出现此错误。

Split View Controllers cannot be pushed to a Navigation Controller
<UINavigationController: 0x7fe913011c00>.

我是否将segue连接到主视图?

1 个答案:

答案 0 :(得分:1)

是的,您必须连接到主视图。连接后相同。它将解决这个问题。