How to create your own iphone app

Create Your Own iPhone App

2
STEPS
TOOLS

Go to App Store on your Mac and search for Xcode. Download and install it.

Go to App Store on your Mac and search for Xcode. Download and install it.

Open Xcode and click 'Create a new Xcode Project'

Open Xcode and click 'Create a new Xcode Project'

Choose 'Single View Application' and hit Next

Choose 'Single View Application' and hit Next

Enter product name, choose iPhone under Devices and hit Next. Select a location to save the project. Hit Create.

Enter product name, choose iPhone under Devices and hit Next. Select a location to save the project. Hit Create.

Click Main.storyboard

Click Main.storyboard

Drag and drop Label into the white space (see image)

Drag and drop Label into the white space (see image)

Double tap on label and enter your name

Double tap on label and enter your name

Save your project (cmd+s) and hit the play button on top left

Save your project (cmd+s) and hit the play button on top left

Yes, your app opened on simulator.

Yes, your app opened on simulator.

  • Mac