Reputation: 120344
How do you layout the following UITableViewCell
using Interface Builder and autolayout?
Requirements
Examples
(not pixel-perfect)
Upvotes: 4
Views: 416
Reputation: 4870
Not all these requirements together can be expressed using Auto Layout. If you want something that complex, you'll have to do manual layout implementing -layoutSubviews.
In this case, considering it's only 3 views it won't be a lot of code.
Upvotes: 0