views:

12

answers:

1

On iPAD when you create new UITableViewCell the contentView width set for 320. Is there a way to get the right width? I can't use the width of the current view as the table cells do not span the entire width of the view. Any help would be greatly appreciated.

A: 

Looks like self.bounds gives the right width w.r.t. the device but i still don't know how to find the right width in case of a grouped table cell.

dare2dream