iPhone 密码入口点
我已经为我的 iPhone 应用程序编写了一个密码系统,目前它在 -applicationDidFinishLaunching 方法中完美运行,但我想知道我必须重写哪些其他方法来解决睡眠和多任务处理等问题?
I've written a passcode system for my iPhone app, and currently have it working perfectly in the -applicationDidFinishLaunching method, but I was wondering what are the other methods I have to override to account for things like sleep, and multitasking?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于应用程序委托,
您
可能还想使用:
不过,我认为这涵盖了它。
For the app delegate, probably
and
You might also want to use:
I think that covers it, though.