ipad 和 iphone 的 UIlabel 文本对齐
我正在开发一款具有一个标签的通用应用程序。当我旋转屏幕时,标签文本对齐方式会变得不同。
I am working on a universal app which has one label. When I rotate the screen, the label text alignment becomes different.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保正确设置
UILabel
的自动调整大小属性Make sure you set the auto-resizing property for the
UILabel
properly