小编Rah*_*pta的帖子

如何从Touch ID警报视图中删除"输入密码"和"取消"按钮

我卡住了,不想在Thumb of thumb impression中输入密码

[context evaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics localizedReason:NSLocalizedString(@"UNLOCK_ACCESS_TO_LOCKED_FEATURE", nil) reply:
         ^(BOOL success, NSError *authenticationError)
         {
             if (success)
             {

                 msg =[NSString stringWithFormat:NSLocalizedString(@"EVALUATE_POLICY_SUCCESS", nil)];
             }
             else
             {
                 msg = [NSString stringWithFormat:NSLocalizedString(@"EVALUATE_POLICY_WITH_ERROR", nil), authenticationError.localizedDescription];
             }
         }];
     }
Run Code Online (Sandbox Code Playgroud)

uialertview ios lacontext

21
推荐指数
2
解决办法
9122
查看次数

标签 统计

ios ×1

lacontext ×1

uialertview ×1