Reputation: 217
Is there a way to change the left/right margins on a table view? The cells seem too wide on iPad.
Upvotes: 1
Views: 1351
Reputation: 96947
Subclass UITableViewCell
and put stuff into its content view, with the frame settings that you want.
Upvotes: 1