在 Xcode 4.2 中为 iPad 创建一个简单的主细节(拆分视图)应用程序

发布于 2024-12-18 19:24:43 字数 425 浏览 3 评论 0原文

任何人都可以帮助在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遇到 2024-12-25 19:24:43

在故事板上,点击tableView,将内容更改为:

动态原型

On the story board, click on the tableView and change the content to:

Dynamic Prototypes

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文