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 |
Can you please explain the difference between nsarray and nsmutablearray?
Describe @objc inference?
How do you stop apps running in the background on ios?
Explain me what is fast enumeration?
When was ios invented?
Which language is used in ios?
What happens if the methods doesn’t exist?
Explain the working of manual memory management?
What is synchronous vs. Asynchronous in gcd ?
What is UICollectionView ?
How to implement "load more" using nsfetchedresultscontroller?
Why do you generally create a weak reference when using self in a block?