Tuesday, April 8, 2014

different type of Application template [ iPhone ] [ xcode ]

Different types of templates in XCode

There are different types of application template in XCode.
Navigation-based Application :- creation application which will having navigation from one view to other.
Open GL ES Application:-creates a basic application containing an Open GL ES view upon which to draw and manipulate graphics.
Split View Application :- An iPad only application template with a user interface containing two views in a master-detail configuration whereby a one view provides a list and second displays detailed information corresponding to the current list selection.
Tab Bar Application:-Creates a template application with a tab bar. tab bar typically appears across the bottom.
Utility Application:- Creates a template consisting of a two sided view.
View-based Application – Creates a basic template for an application containing a single view.
Window-based Application – The most basic of templates and creates only a window and a delegate.


The company identifier is typically the reversed URL of your company’s website, for example “com.mycompany”. This will be used when creating provisioning profiles and certificates to enable applications to be tested on a physical iPhone device.

Objective C source files have .m extension and  header or interface files .h extension.
.xib files have User interface created .
 .plist file extension are Property List files that contain key/value pair information , contains such as the language, icon file, executable name and app identifier..

Summary screen, tabs are provided to view and modify additional settings consisting of Info, Build Settings, Build Phases and Build Rules.

0 comments:

Post a Comment

About

Powered by Blogger.