How can you respond to state transitions on your app?
Answer / maanya
On state transitions can be responded to state changes in an appropriate way by calling corresponding methods on app's delegate object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is the application thread from where uikit classes should be used?
Explain what is a framework?
What's fast enumeration?
How is the app delegate is declared by Xcode project templates?
What is cocoa framework in ios?
What are ios protocols?
Which is the state an app reaches briefly on its way to being suspended?
What is the meaning of 'strong'keyword?
How can we achieve singleton pattern in iOS?
What is a memory leak?
What is singleton class in ios?
What is difference between shallow copy and deep copy in ios ? : IOS Architect