Explain ios multitasking?
Answer / Akhilesh Verma
iOS multitasking allows apps to run in the background, so users can switch between them without losing their state. When an app is sent to the background, it enters one of several states: active, inactive, or suspended. Inactive and suspended apps have limited access to resources, while active apps continue to run for a short period before entering the inactive state.
| Is This Answer Correct ? | 0 Yes | 0 No |
. When an app is said to be in not running state?
How do I become an ios developer?
What is difference between mvc and mvvm in ios?
Define 'atomic' keyword?
What manual memory management?
what is the difference between nonatomic & atomic
Will iphone 6s get ios 14?
What are delegates in ios swift?
Difference b/w collectionView & uitableview?
What is ios technology?
What is difference between shallow copy and deep copy in ios ? : IOS Architect
Explain UIApplication life cycle