Reputation: 34838
What width should I set a UITableViewCell in Interface Builder?
Background - So I'm creating a custom view (i.e. not subclassing) that I will use.
Some questions around the question:
Upvotes: 1
Views: 1248
Reputation: 94854
If you set up the autoresizingMask
s appropriately to solve the edit mode and landscape issues, it doesn't really matter what size the cell is in Interface Builder as it will automatically adjust correctly for whatever size it winds up at in the actual table.
Upvotes: 2