Reputation: 957
I have two labels in a UITableView and I want them to resize in landscape to each occupy half of the width of the UITableViewCell. I have tried a few configurations but they always seem to overlap each other. I'm not sure how to apply constraints to control the width. Thanks.
Upvotes: 0
Views: 129
Reputation: 593
add left, top , bottom, right, width (it wil be >=), height, make equal size constraints
Upvotes: 2