如何在圆内对齐 UIButton?
比如说我有 20 个按钮。如何以圆形格式添加此按钮的 UIView 的子视图?
Say for example I have 20 buttons. How can I add a subView of the UIView of this button in a circular format?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这会将按钮放置在给定中心的给定半径的圆周围。
它还将使用 UIView 的
transform
属性旋转每个按钮。希望有帮助。 :)
结果:
This will place the buttons around a circle of a given radius at a given center.
It will also rotate each button using the
transform
property of UIView.Hope it helps. :)
Result: