views:

224

answers:

2

Hi all,

I have cells that use the UITableViewCellStyleValue2 style. The problem is that the width of the label area is too small. Is it possible to specify the width for the labels?

Thanks!

+1  A: 

No, but you could place your own labels as subviews of a stock table view cell, with the requisite dimensions.

Alex Reynolds