Guest User

Untitled

a guest
Aug 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. increase the TextLabel size when using UITableViewCellStyleValue2
  2. NSLog(@"Label frame: %f %f %f %f", cell.textLabel.frame.origin.x, cell.textLabel.frame.origin.y, cell.textLabel.frame.size.width, cell.textLabel.frame.size.height);
  3.  
  4. [cell.textLabel setFrame:CGRectMake(10.0f, 14.0f, 205.0f, 15.0f)];
Add Comment
Please, Sign In to add comment