The Structure of an App
UIApplication object:the heart of every iOS app
to facilitate the interactions between the system and other objects in the app
传达key app transitions and some special events
App delegate object:the heart of your custom code
handle app initialization, state transitions, and many high-level app events
mvc模式----使得app can run on different devices with different screen sizes
网友评论