Reputation: 559
To implement expanding custom table view cell, I used custom xib file with UITableViewCell.
But I cannot find constraint panel in that xib file.
In order to fit to variable device size, I have to set trailing constrain. Is it impossible to set constraint in custom xib file?
Upvotes: 2
Views: 4354
Reputation: 16987
Select your .xib file -> Show File Inspector -> Use Auto Layout
Constraints will start appearing at bottom.
Upvotes: 8