制作多个Segues iOS9

时间:2015-11-09 20:10:53

标签: ios cocoa ios9

我已经有一段时间了,而我所能找到的只是通过谷歌的简单Segues。我将尽我所能向您展示我要做的事情,并提供有关我正在做的事情的快照。

enter image description here

中间控制器是地图的简单segue。它将成为根。我创建了一个新文件“Cocoa Touch Class”

enter image description here

现在我为我刚为地图创建的“Cocoa Touch Class”创建了一个IBOutlet。

enter image description here

现在我收到一个错误:

libc++abi.dylib: terminating with uncaught exception of type  
NSException

enter image description here

我是否错误地添加了控制器?我不确定我做错了什么。

root或“Home”会根据他们按下的内容将用户发送到许多不同的页面。根据我的理解用户,每个页面都将是我自己的视图,就像我在上面尝试做的那样。但是我觉得我做错了什么,我只是不确定它是什么。

1 个答案:

答案 0 :(得分:0)

我认为这是因为在故事板中你创建了UIViewController并将它附加到UITableViewController。尝试将控制器的Base类从UITableViewController更改为UIViewController。