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 wi开发者_如何学Cdth for the labels?
Thanks!
No, but you could place your own labels as subviews of a stock table view cell, with the requisite dimensions.
精彩评论