First, a simple example
Description: complete a simple interface setup using the app's mainstream UI framework structure
Build page Effects:
Ii. construction process and points of attention
1. Create a new project, delete the original controller, add the Uitabbarcontroller controller as the management controller
2. Complete the construction against the interface
3. Note the point:
(1) Hide toolbar: Configure a property, Hideabotton bar in the push to hide the bottom bar at that interface is hidden, in which interface settings. (2). The cell can set the line height (3) connection (4) Description: A static cell is used directly in the above page construction, but it is not usually done in actual development. (5) Add Headerview (show a blue line) in TableView
Third, the app mainstream UI framework structure
Excuse me: Can the position of the Uitabbarcontroller and navigation controller in the structure be intermodulation? (One navigation bar)
Set the controller association or problems, tableviewcontroller default implementation of the method of the data source, two controllers to manage it in turn. About the navigation bar. What is shown on the navigation bar is determined by the stack top controller, with only one of the following navigation bars (the stack top controller is the Tabbar controller). Supplemental Instructions: iOS7 full-screen design the hierarchy of controllers in print iOS7: The hierarchy of controllers in the print IOS6:
iOS Development UI Chapter-app Mainstream UI Framework structure