【发布时间】:2013-11-03 11:21:00
【问题描述】:
我正在使用自动布局。我在 IB 中有一个 UIImageView。我想让它的宽度等于它的高度。
我学会了如何在 Xcode 4 中完成大部分此类工作。我知道如何以编程方式完成,但这会产生 Apple 尚未修复的错误:
'Auto Layout still required after executing -layoutSubviews. UITableViewCell's implementation of -layoutSubviews needs to call super.'
那么如何在 Xcode 5 Interface Builder 中设置 this 约束?
【问题讨论】:
标签: ios autolayout xcode5