在 Xcode 4.2 中为 iPad 创建一个简单的主细节(拆分视图)应用程序
任何人都可以帮助在 Xcode 4.2 中为 iPad 创建一个简单的主详细信息(拆分视图)应用程序吗?
我设法使用以前版本的 xcode 轻松完成此操作,但在 xcode4.2 中,类似的代码给我错误
Termination app due to uncaught exception 'NSRangeException', Reason: '-[UITableView rollToRowAtIndexPath:atScrollPosition:animated:] :第 (0) 行超出第 (0) 部分的边界 (0)。 * 第一个抛出调用堆栈:
我只是在网络上找不到 xcode 4.2 的 Master Detail iPad 教程。
我想尝试学习故事板和新功能,因此恢复到以前的版本并不是我真正想要的。
将不胜感激任何人的帮助!
Can anyone help in creating a simple Master Detail (Split View) app for iPad in Xcode 4.2?
I managed to get this done quite easily using previous version of xcode, but in xcode4.2, similar code is giving me the error
Terminating app due to uncaught exception 'NSRangeException', reason: '-[UITableView scrollToRowAtIndexPath:atScrollPosition:animated:]: row (0) beyond bounds (0) for section (0).'
* First throw call stack:
i just can't find Master Detail iPad tutorials for xcode 4.2 on the web.
I want to try learning storyboarding and the new features so reverting to a previous version is not really what i want.
Will appreciate any one's help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在故事板上,点击tableView,将内容更改为:
On the story board, click on the tableView and change the content to: