new project etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
new project etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

19 Mayıs 2015 Salı

Create a new Xcode Project in Swift Language

1. Launch Xcode



You can access Xcode from /Developer/Applications. When Xcode is launched, you see the Welcome screen. In the right column, most recent projects which you open are listed.



If you want to use Xcode without the Welcome screen , deselect the "Show This Window When Xcode Launches" check box.






2. Create a new Xcode project 


There are two ways to create a new project

a. Select  a new Xcode project

b. Select File->New-> Project
  

3.  Select an application type



There are a few templates in the New Project window such as Master-Detail Application, Page Based application, game etc.  According to your need , you can choice one of them.



4. Enter a project name and select language and device type.


   In the this window, project options are listed. You can choose iPhone, iPad or universal as device type and Swift or Objective-C as language. 




5. Choose Project location in your computer