InterviewSolution
Saved Bookmarks
| 1. |
How To Respond To State Transitions On Your App? |
|
Answer» On state TRANSITIONS can be RESPONDED to state changes in an appropriate way by calling corresponding methods on app's delegate OBJECT. Example:
On state transitions can be responded to state changes in an appropriate way by calling corresponding methods on app's delegate object. Example: |
|