⟩ What is Test Bug?
The difference between the expected value and the actual value is called a bug .
The difference between the expected value and the actual value is called a bug .
Described scenarios when application goes into InActive state?
Suppose that your app is running in the foreground but is currently not receiving events. In which sate it would be in?
When an app is said to be active state?
When system is running low on memory. What can system do for suspended apps?
What app sate which it reaches briefly on its way to being suspended?
Suppose that an app is not in foreground but is still executing code. In which state will it be in?
Suppose an app is loaded into memory but is not executing any code. In which state will it be in?
Which is the use of controller object UIApplication?
What happens if the Application object does not handle an event?
How app delegate is declared by Xcode project templates?