|
@@ -562,11 +562,10 @@
|
|
}];
|
|
}];
|
|
|
|
|
|
///
|
|
///
|
|
- [NSTimer scheduledTimerWithTimeInterval:3 repeats:NO block:^(NSTimer * _Nonnull timer) {
|
|
|
|
-
|
|
|
|
|
|
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
[self->_pwdErrorTip removeFromSuperview];
|
|
[self->_pwdErrorTip removeFromSuperview];
|
|
self->_pwdErrorTip = nil;
|
|
self->_pwdErrorTip = nil;
|
|
- }];
|
|
|
|
|
|
+ });
|
|
}
|
|
}
|
|
|
|
|
|
- (void)keyBoardBtnPressed:(id)sender{
|
|
- (void)keyBoardBtnPressed:(id)sender{
|