IPhone Developer Question:
How app delegate is declared by Xcode project templates?
Answer:
App delegate is declared as a subclass of UIResponder by Xcode project templates.
Previous Question | Next Question |
Which is the use of controller object UIApplication? | What happens if the Application object does not handle an event? |