Open Xcode and select the button which says
"Create a new Xcode project"
Under iOS - Application select "Single View Application" and select "Next"
- Enter a Product Name, Organization Name & an Organization Identifier.
- If you don't have an Organization Name you can enter your first name and surname in the Organization Name field.
- The Organization Identifier can be surname.firstname. This field is also used to create the Bundle Identifier
- In the Language field make sure you select Swift
- Select iPhone for Devices
- Press Next
Select a folder where you want to save the project and press create.
Your swift project has now been created.
No comments:
Post a Comment