Top Banner
Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22
13

Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

Jan 03, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

Develop iphone application Using Xcode and User Interface Design

Ruimin Cai2011.Sept.22

Page 2: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

Install Xcode Join the iPhone University Developer

Program Download the lastest version of the iOS

4 SDK along with the latest version of Xcode from https://developer.apple.com/

In this case, the version of Xcode 3.2

Page 3: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

Install Xcode and iphone SDK

Click on the iOS Dev Center

Page 4: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.
Page 5: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

Install Xcode on your computer After successfully installed Xcode and

iphone SDK. Launch Xcode from

/Developer/Application/Xcode

Page 6: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

From the screen appears, choose create a new Xcode project

Page 7: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

Or by choosing New Project from the File menu at any time

Page 8: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

Then choose view-based application, product set to iPhone

Page 9: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

The View-based Application template in Xcode creates an empty View as well as a sub class

Page 10: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

Navigate to a place where you want to keep your projectSave as ,the name of the projectClick Save

Page 11: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

The project is created

Page 12: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

click

Page 13: Develop iphone application Using Xcode and User Interface Design Ruimin Cai 2011.Sept.22.

If SDK is installed Because we haven’t write any code, nothing will appear but a blank screen in the iphone simulator application.

Click hardware, you can choose ipad or iphone simulator