Explain application life cycle or application states?
Answer / Priyom
The Objective-C application life cycle, also known as application states, refers to the series of phases an application goes through during its execution. These phases include Not Running, Inactive, Active, Suspended, and Terminated. The app delegate is responsible for managing these states.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a dispatch function?
What are objective c properties?
Explain how to call a function in objective-c?
Is swift or objective c better?
What are the size classes?
What is a category extension?
What is the difference between #import and #include in objective-c?
Where is objective c used?
What is difference between nil and nill?
How dispatch_once runs only once?
What is an nsobject?
What is .m file in objective c?