Stan Note
Stan Note

Reputation: 59

UITableViewCellStyleValue2 - Adjust the width?

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!

Upvotes: 2

Views: 3085

Answers (1)

Alex Reynolds
Alex Reynolds

Reputation: 96967

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

Upvotes: 2

Related Questions