网站/小程序/APP个性化定制开发,二开,改版等服务,加扣:8582-36016

数字密码锁定功能源码

应用介绍

    这是一款可以实现数字密码锁定功能源码,该功能可以给应用添加数字密码锁定功能,以及输入密码解锁功能,现在很多应用都已经采用了该功能,大家也可以研究一下吧。 使用说明: 显示密码锁定视图: [[LTHPasscodeViewController sharedUser] showLockscreen]; Entering foreground and resigning: - (void)applicationWillResignActive:(UIApplication *)application { if ([LTHPasscodeViewController passcodeExistsInKeychain]) { [LTHPasscodeViewController saveTimerStartTime]; if ([LTHPasscodeViewController timerDuration] == 0) [[LTHPasscodeViewController sharedUser] showLockscreen]; } } -(void)applicationWillEnterForeground:(UIApplication *)application { if ([LTHPasscodeViewController passcodeExistsInKeychain] && [LTHPasscodeViewController didPasscodeTimerEnd]) { [[LTHPasscodeViewController sharedUser] showLockscreen]; } }

    立即下载

    请到会员中心签到后即可获得免费下载!

    评论 共有 0 条评论

    暂无评论
    0
    0
    0
    立即
    投稿
    发表
    评论
    返回
    顶部