Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if (!bmDisplayNameField) {
  2. bmDisplayNameField = [[UITextField alloc] initWithFrame:CGRectMake(20, 100, 280, 31)];
  3. bmDisplayNameField.borderStyle = UITextBorderStyleRoundedRect;
  4. bmDisplayNameField.delegate = self;
  5. bmDisplayNameField.clearsOnBeginEditing = NO;
  6. [self.view addSubview:bmDisplayNameField];
  7. }
Add Comment
Please, Sign In to add comment