I use autorun. I have a UIImageView in IB. I want to make its width equal to its height.
I learned how to do most of this stuff in Xcode 4. I know how to do this programmatically, but it causes errors and errors that Apple has not yet fixed:
'Auto Layout still required after executing -layoutSubviews. UITableViewCell implementation of -layoutSubviews needs to call super.'
So, how do I set this restriction in Xcode 5 Interface Builder?
source
share