用于杂志的 UIPageControl 与 iPad SplitView
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定它是隐藏的,因为当屏幕转动时,详细视图会在底部被切断。看看是否可以在屏幕进入水平模式时将 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.