用于杂志的 UIPageControl 与 iPad SplitView

发布于 2024-11-14 02:42:45 字数 147 浏览 3 评论 0原文

我正在使用 SplitView 功能创建一本杂志,每篇文章都位于左侧,然后为了导航页面,我添加了 UIPageControl。

这在垂直时效果很好,但在水平时 PageControl 被隐藏。我假设它是一些“自动旋转”代码或笔尖中的某些内容......但是什么???

I'm creating a magazine using the SplitView feature with each article at the left, then to navigate the pages I added a UIPageControl.

This works PERFECTLY when vertical, but when horizontal the PageControl is hidden. I'm assuming it's either some "autoRotate" code or something in the nib...BUT WHAT???

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

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

发布评论

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

评论(1

羁〃客ぐ 2024-11-21 02:42:45

我很确定它是隐藏的,因为当屏幕转动时,详细视图会在底部被切断。看看是否可以在屏幕进入水平模式时将 UIPageControl 在页面上移动,然后在屏幕进入垂直模式时将其移回页面。

I'm pretty sure it's hidden because the detail view gets cut off at the bottom when the screen is turned. See if you can move the UIPageControl up the page when the screen goes to the horizontal mode and then move it back when the screen goes to the vertical mode.

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