Guest User

Untitled

a guest
Jan 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. UITextView *textview = [[UITextView alloc] initWithFrame:CGRectMake(42, 150, 440, 60)];
  2.  
  3. CGFloat w = [UIScreen mainScreen].bounds.size.width;
  4. CGFloat h = [UIScreen mainScreen].bounds.size.height;
  5. // Do something like this if you can
  6. UITextView *textview = [[UITextView alloc]
  7. initWithFrame:CGRectMake(w*0.025, h*0.25, w*0.5, h*0.125)
  8. ];
Add Comment
Please, Sign In to add comment