Xcode use one: about Xcode + Create app

Source: Internet
Author: User

First, Xcode introduction

Xcode is Apple's official IDE for integrated development environments that developers can use to develop applications based on Iphone,ipad,apple watch and Mac platforms. Xcode has the following features:

    1. One-stop development tools. All Apple applications only need to use Xcode to enable the entire process from development, to testing, to application publishing;
    2. Visual Programming tools. Visual programming can be realized based on Stroyboard and interface Builder and other tools.
    3. Integrated debug and testing tools;
    4. Code Auto-Save and support for source code control (Git);
    5. Integrated development documentation. The official documentation can be viewed at any time during the development process;
    6. Support app Packaging and publishing to the app Store.
Ii. Download and install Xcode

Please download the official Xcode from the App Store, although the installation process is slow (about 4Gb), but do not download it on third party platforms.

Third, create an app with Xcode
    1. Open Xcode and select "Create a new Xcode project";
    2. Select "Ios–application" and select "Single View app"; Other types of applications are less used in the actual development process;
    3. Enter the name of the app –product Name,xcode automatically creates the app's identifier –bundle Identifier, which is unique in the App Store and is used to mark a unique app app;
    4. Select the location where the project is saved.
Iv. introduction of Xcode development interface

The Xcode development interface consists of 5 main areas:

    • Toolbar (ToolBar): mainly responsible for the program run debugging, editor function area display/hide;
    • Editor Area: Code writing area;
    • Navigation Zone (Navigator area): Show project file list
    • Debug area: In the program debugging, you can view the object information, and enter the log;
    • Common areas (Utilities area): Used to set object properties, add UI controls, and so on.

Xcode use one: about Xcode + Create app

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.