密码输入

来源:互联网 发布:开淘宝店用电脑配置 编辑:程序博客网 时间:2024/06/10 01:51
  passcodeField.textAlignment = UITextAlignmentCenter;
  passcodeField.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleBottomMargin;
  passcodeField.secureTextEntry = YES;
  passcodeField.font = [UIFont systemFontOfSize:42];
  passcodeField.keyboardType = UIKeyboardTypeNumberPad;
  passcodeField.delegate = self;
  passcodeField.borderStyle = UITextBorderStyleBezel;