兄弟 UIViewController 导航

发布于 2024-08-30 19:28:49 字数 335 浏览 3 评论 0 原文

有人愿意对这段代码发表评论吗?

它允许您在 uiviewcontroller 的详细视图中执行“上一个”或“下一个”一次。

因此,如果您有 4 个 uiviewcontroller,则可以使用 previous 从 #3 导航到 #2,或者使用 next 从 #3 导航到 #4。它有效,但是,我的问题是,这是实现此目的的最佳方法吗?或者,有没有更好的办法。

http://github.com/joop23/UIViewController

would anybody care to comment on this piece of code?

It allows you to do "prev" or "next" once in the detail view of a uiviewcontroller.

So, if you have 4 uiviewcontrollers, you can navigate from #3 to #2 with previous or #3 to #4 with next. It works, but, my question is, is this the best way to implement this? or, is there a better way.

http://github.com/joop23/UIViewController

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

别把无礼当个性 2024-09-06 19:28:49

您可能需要花点时间阅读文档-setViewControllers:animated: 方法解决在导航堆栈中重新排列或移动的问题。

You might take a moment to read the documentation before making your own navigation code. The -setViewControllers:animated: method addresses rearranging or moving within the navigation stack.

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