Я думаю, это то, что вы ищете
UITextField *textFieldPassword = [[UITextField alloc] initWithFrame:CGRectMake(120, 90, 150, 30)];
textFieldPassword.borderStyle = UITextBorderStyleRoundedRect;
textFieldPassword.textColor = [UIColor blackColor];
textFieldPassword.font = [UIFont systemFontOfSize:12.0];
[textFieldPassword setSecureTextEntry:YES];