0

I can no longer simply right click and drag from a button to a view controller to create a view switch via the Modal function in Xcode 5?

I've searched everywhere, but seeing as Xcode 5 is fairly new, I can't find anything on it. I'll continue to search the Apple Documentation just in case no one can provide an answer here, but does anyone know what's wrong?

Is this feature excluded from Xcode 5 and I am forced to code it in?

4

1 回答 1

0

您正在谈论的功能称为 Storyboard Segue,它绝对可以在 Xcode 5 中使用。

确保您是从超级视图中拖动UIButton而不是从它的超级视图中拖动。

重新启动 Xcode 也可能会有所帮助。

于 2013-10-01T21:18:14.053 回答