【发布时间】:2013-01-31 15:11:14
【问题描述】:
我更新了我的应用程序,以使用 iPhone 6。 但是,当我在 XIB 上打开自动布局时,标签仍然没有调整大小。
CGSize expected = [[textLabel text] sizeWithFont:textLabel.font constrainedToSize:max lineBreakMode:textLabel.lineBreakMode];
我该如何解决这个问题?
【问题讨论】:
标签: ios ios6 autolayout