IPhone Developer Question:
What happens if the Application object does not handle an event?
Answer:
In such case the event will be dispatched to your app delegate for processing.
Previous Question | Next Question |
How app delegate is declared by Xcode project templates? | Were document objects required for an application? What does they offer? |