Guest User

Untitled

a guest
Jan 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. NSLog(@"before: %@",NSStringFromCGRect(cell.voting_scale.frame));
  2. [cell.voting_scale setFrame:CGRectMake(0.0, 0.0, width, row_dim.height+10.0)];
  3. [cell.voting_scale setBounds:CGRectMake(0.0, 0.0, width, row_dim.height+10.0)];
  4. [cell.voting_scale setClipsToBounds:true];
  5. NSLog(@"after: %@",NSStringFromCGRect(cell.voting_scale.frame));
Add Comment
Please, Sign In to add comment