Brian Kalski
Brian Kalski

Reputation: 957

iOS 7 UITableViewCell Autolayout

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

Answers (1)

ZAZ
ZAZ

Reputation: 593

add left, top , bottom, right, width (it wil be >=), height, make equal size constraints

Upvotes: 2

Related Questions