I get a TableView
.I use custom cells
in some rows,and some cells
use UITableViewCellStyleValue1
.I set custom cell in XIB
by autoLayout
.
But on iPhone
6plus, UITableViewCellStyleValue1
the textLabel.frame = (20 11; 45 18),the frame is (15 11; 45 18) on other devices.So you can see the label is not on the right place.
Is there a proper way to change the frame of UITableViewCellStyleValue1
textLabel
?
Thanks