倒计时器帮助
嘿,我想知道是否有人可以帮助我。我对 Xcode 还很陌生,但无论如何我想知道是否有人可以帮助我编写代码。我希望能够设置一个计时器,在选定的时间段内禁用手机密码。一旦计时器结束,密码将再次启用。如果有人能帮助我那就太好了! 谢谢
Hey I was wondering if someone could help me. I am pretty new to Xcode but anyways I wondered if someone could help me with a code. I want to be able to put a timer on that will disable the phones password for the selected period of time. Once the timer ends the password will then be enabled again. If someone could help me out that would be great!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜这是不可能的,因为即使在 iphone-sdk-4 中,当你的程序处于睡眠状态时(另一个 proram 处于活动状态),你也只能执行一些有限的指令,而且我认为没有办法禁用密码检查来开始和。
guess that won't be possible since even in iphone-sdk-4 there only some limited instructions you could do while your program is sleeping (another proram is active) and I don't think there is a way to disable password checking to begin with.