简体   繁体   中英

How to detect iOS settings screen and pop up a UIView

I want a password protected settings screen for iOS. For that when the user navigates to the settings screen I hope to popup a UIView and ask for the password. For that I want to know two things

  1. How to detect the user has moved to the settings screen.
  2. How to pop up my UIView(or else at lest an alertview) within the settings screen.

Simple answer is: you can't. Incorporate the protected settings within the app.

这是不可能的,您的应用程序只能在自己的范围内运行,您无法以任何方式监视或控制用户在应用程序外手机中的操作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM