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 |
What is meant by delegate in ios?
When to use nsmutablearray and when to use nsarray?
Difference between ScrollviewdidScroll and didendDecelerating delegates?
What are layer objects and what do they represent in iOS operating system?
In nsfetchrequest can we fetch only a selective few attributes of an entity? How?
How are non-atomic and atomic properties different? Which one is the default property for synthesized properties? When would a user operate one over the other?
What is the biggest change with ios 7?
Explain the difference between nil and nil?
Explain alamofire benefits
Which framework delivers event to custom object when app is in foreground?
What is the difference between synchronous & asynchronous task in ios?
What happens when we invoke a method on a nil pointer?