iOS 5XCode 4 Storyboard问题 – 找不到“performSequeWithIdentifier:sender”

iOS 5XCode 4 Storyboard问题 – 找不到“performSequeWithIdentifier:sender”,第1张

概述我正在试用iOS 5 / XCode中的新Storyboard功能,但我无法让两个场景之间的segue过渡工作.我试过按照 this教程但是我被困在第6阶段: Click one of the Switch View button so it is highlighted like below, then holding control then click the Switch View but 我正在试用iOS 5 / XCode中的新Storyboard功能,但我无法让两个场景之间的segue过渡工作.我试过按照 this教程但是我被困在第6阶段:

Click one of the Switch VIEw button so it is highlighted like below,then holding control then click the Switch VIEw button and drag from the button until the blue line touches the other vIEw. A black pop-up Box will come up and select performSequeWithIDentifIEr:sender. Repeat for the other button.

所以我要做的是使用标有“Switch VIEw”的按钮创建从一个场景到另一个场景的过渡.根据教程,我应该单击按钮,然后按住CTRL并从按钮拖动到另一个VIEw Controller并释放;然后d出窗口应该出现一个选项:performSequeWithIDentifIEr:sender.但我从来没有得到这个选项,而是我得到这三个选项:Push,Modal和Custom.我尝试过这些选项,但是当我点击模拟器中的按钮时没有任何反应.

我的设置截图:http://i.solidfiles.net/0784.png

我在SNow Leopard 10.6.7下运行最新的XCode 4.2预览版6.

我究竟做错了什么?提前致谢!

解决方法 在上面的菜单中转到编辑器并将导航栏嵌入到查看一个.您需要首先指定一个Navbar,因为它使用Stack.然后,您可以控制拖动VIEw one to VIEw Two来创建segue.选择“推送”segue.顺便说一下,在Apple的论坛上发布关于Xcode 4.2 Beta6的NDA问题. 总结

以上是内存溢出为你收集整理的iOS 5 / XCode 4 Storyboard问题 – 找不到“performSequeWithIdentifier:sender”全部内容,希望文章能够帮你解决iOS 5 / XCode 4 Storyboard问题 – 找不到“performSequeWithIdentifier:sender”所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1103279.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存