iOS Question:
Download Job Interview Questions and Answers PDF
What is inactive state in iOS?
Answer:
The app is running in the foreground but is currently not receiving events. (It may be executing other code though.) An app usually stays in this state only briefly as it transitions to a different state. The only time it stays inactive for any period of time is when the user locks the screen or the system prompts the user to respond to some event, such as an incoming phone call or SMS message.
Download iOS Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the mean of not running State in iOS? | What is active state in iOS? |