(Ios development study note 2) ios creates a single form application from an empty project

Source: Internet
Author: User

Frontier:

Create a project with a single form using an empty project template of the project

 

First, create a new empty project.

Step 2: Create a Form file (note that you can directly create an object-c object by creating an object-c object)

Select view to create a form File

Note: The window option is a file based on the UIwindow object. The UIWindow object is mainly used as the parent container for setting display. The display of UIView depends on the window object.

In this example, the Root Window uses the default UIWindow

 

Step 3: Create a viewControl object

Check the check box With XIB for user interface.

 

The following is a list of created project files.

 

Step 4 Associate the xib file with the viewcontrol class

Select sustom Class on the Right of File's OwnerControlViewClass

 

Step 5 add the UIViewControllerViewController class attribute to the AppDelegate class

Step 6: Set the viewcontroller attribute in AppDelegate. m.

 

Display completed:

 

 

 

 

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.