创建垂直 UIPageControl
有人知道如何创建垂直 UIPageControl 吗?我有一个启用分页的 UIScrollView,我想让 UIPageControl 坐在侧面并垂直而不是水平显示。
先感谢您...
Anyone have an idea how to create a vertical UIPageControl? I have a UIScrollView with pagination enabled and I would like to have the UIPageControl sit on the side and appear vertically instead of horizontally.
Thank you in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以对 UIPageControl 应用旋转变换。
斯威夫特 3.0
斯威夫特 4.0
You can apply a rotation transformation to the UIPageControl.
Swift 3.0
Swift 4.0
Swift 3.1 更新
Update for Swift 3.1
iOS 16 及更高版本支持使用 方向
iOS 16 and later versions support the use of the direction
您可以使用启用分页和垂直滚动的
UICollectionView
。这会自动处理垂直分页。You can use
UICollectionView
with paging enabled and vertical scroll. This handles the vertical pagination automatically.页面控件有子视图,必须旋转子视图才能形成垂直点
page control has subviews, which must be rotated to make vertical dots