Is there a way to change the left/right margins on a table view? The cells seem too wide on iPad.
+1
A:
Subclass UITableViewCell
and put stuff into its content view, with the frame settings that you want.
Alex Reynolds
2010-04-12 17:06:14