UIApplication and its Delegate
UIApplication and its Delegate
1. UIApplication : root class UIResponder
A major role of your app’s application object is to handle the initial routing of incoming user events
he application object maintains a list of open windows (UIWindow objects) and through those can retrieve any of the app’s UIView objects
The UIApplication class defines a delegate that conforms to the UIApplicationDelegateprotocol and must implement…
View On WordPress







