Explain UIApplication life cycle
Answer / babu
Not running : The application has not been launched or was running but terminated by the device.
Inactive : Application running in foreground but currently not receiving any events.
Active : Application is running in foreground and receiving events.
Background : Application in background & executing background tasks
Suspended : Application is in background. Not executing any code.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is sandbox in iOS operating system?
What is dispatch queue in ios?
What is the use of the UI Automation API?
What is foundation framework in ios?
What is uiwindow in ios?
How to download images in ios?
What is the difference between atomic and nonatomic properties? Which is the default for synthesized properties?
What are ios categories?
How to use reusable cell in uitableview?
How to install an iphone application for testing?
Explain the working of manual memory management?
What is Automatic Reference Counting (ARC) in iOS operating system?