Greg
Greg

Reputation: 34838

what width to set an UITableViewCell in Interface Builder?

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

Answers (1)

Anomie
Anomie

Reputation: 94854

If you set up the autoresizingMasks 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

Related Questions