设备旋转期间 UILabel 大小调整
在我的应用程序中,我有两个标签。第二个应该位于第一个下方(带有一些小的常量填充)。第一个标签是多行的,并采用所有可能的宽度。因此,更改界面方向后,其实际高度可能会发生变化(因为必要的行数可能会发生变化)。这就是为什么自动调整大小蒙版在这里无法帮助我。
那么..即使在界面方向更改动画期间,我怎样才能控制它并正确显示标签?
In my app I have two labels. Second one should be positioned below the first one (with some small const padding). The first label is multi-lined and takes all possible width. So after changing interface orientation, its real height can change (because necessary line number can change). That's why autoresizing mask can't help me here.
So.. How can I control this and display labels correctly even during interface orientation change animation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该死。对于这个问题我很抱歉。在询问之前我确实用谷歌搜索过并尝试阅读文档。但不知怎的,我错过了 这个和此 有关我的问题的详细信息。
Damn. I'm so sorry about this question. I've really googled before asking and tried to read docs. But somehow I've missed this and this with great details about my question.