我正在使用自动布局。我在 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 中设置这个约束呢?