Skip to content

Commit a251095

Browse files
authored
add secureTextEntry
1 parent 72405f0 commit a251095

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

JHVerificationCodeView/JHVerificationCodeView/JHVerificationCodeView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ - (void)jhSetupViews:(CGRect)frame
131131

132132
_textView = [[UITextView alloc] init];
133133
_textView.frame = CGRectMake(0, CGRectGetHeight(frame), 0, 0);
134+
_textView.secureTextEntry = YES;
134135
[self addSubview:_textView];
135136
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(textChange:) name:UITextViewTextDidChangeNotification object:_textView];
136137

0 commit comments

Comments
 (0)