(IOS development study Note 1) iOS project file structure

Source: Internet
Author: User

The following is an example of a single form project. From this project, we will describe the file structure of the IOS project.

Project List description:

1 supporting Files Folder

Project support files are stored in supporting files. The following describes the functions of various files.

Helloword-info.plish file: Place project properties: such as icon, project display name, version number, etc.

Infoplist. Strings file: Place project region information

Main. M file: Main Startup File

Helloword-prefix.pch files: place third-party pre-compilation Information

 

2 appdelegate. h and appdelegate. m

Main Application delegate: main function isProgramInterface Startup Program, create a form in appdelegate, set rootviewcontrol

 

3 uiviewcontrollerviewcontroller. M and uiviewcontrollerviewcontroller. h

The viewcontroller form controller transmits data and events between model and uiview.

 

4 uiviewcontrollerviewcontroller. XIB

Uiviewcontrollerviewcontroller. XIB Form file, displaying content and corresponding user interaction

Note:

Storyboard file that stores the uiview set and can set the relationship between uiviews

 

5. Frameworks folder

Placement system framework

 

6 Products folder

Place the compiled Product

 

 

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.