iPhone 主页按钮被按下
在我的应用程序中有一个打开浏览器的按钮,我的应用程序用于后台。我只想在单击主页按钮时关闭应用程序。
In my app has a button that opens the browser and my application was for background. I just want to close the app when the home button is clicked.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定我是否正确理解您的问题,但如果您希望应用程序退出(而不是进入后台),则必须将 Info.plist 中的
UIApplicationExitsOnSuspend
键设置为是的
。Not sure if I understand your question correctly, but if you want your app to quit (rather than going to the background), you'll have to set the
UIApplicationExitsOnSuspend
key in your Info.plist toYES
.这个问题已经被问过很多次了,也被回答过很多次了。我几个小时前刚刚回答了这个问题:
到当应用程序在 ipad 中启动时加载数据
This has been asked and answered many times. I just answered it a few hours ago:
to load the data when application starts in ipad