HTML/JavaScript小工具

HTML/JavaScript小工具

2013年2月19日 星期二

IOS--當螢幕瑣時的流程


Pressing the Sleep/Wake button is another type of interruption that causes your app to be deactivated temporarily. When the user presses this button, the system disables touch events, moves the app to the background but sets the value of the app’s applicationState property to UIApplicationStateInactive (as opposed toUIApplicationStateBackground), and finally locks the screen. A locked screen has additional consequences for apps that use data protection to encrypt files. Those consequences are described in “What to Do When an Interruption Occurs.”

2013年2月2日 星期六