IOS learning notes Xcode Engineering Template category, Xcode
1. Application Type
Most of our development work starts with the creation of IOS programs using the Application template. This type includes five templates.
1 Master-Detail-Application
You can build a tree-like navigation mode application. The generated code contains the navigation controller and table View Controller.
2 Page-Based Application
You can build applications similar to e-Book effects, which is a tile navigation.
3 Single View Application
You can build a simple single view application.
4 Tabled Application
You can build an application in the tag navigation mode. The code to survive contains the tag controller and tag bar.
5 Game
Game applications can be built
Binary Framework & Library type
1 Cocoa Touch FrameWork
You can build custom FrameWork packages.
2 Cocoa Touch Static Library
You can build a Cocoa Touch static library.
Three Other type
1 In-App Purchase Content
You can build in-APP purchase content packages
2 Enpty
Construct an empty project