Here I am presenting how to create first basic program in Swift 3 language. First you need to have any basic programming language knowledge or not having then be ready to learn it from beginning.

Requirements for developments:

  1. MAC OS - Version 10.11.6 or later for new Xcode 8.2
  2. Xcode - Version 8.2 Apple Document for Xcode introduction.

Xcode 8.2 has new Swift 3 language features with new iOS 10 compatible APi’s.

Create your first program

First go to Application and open your Xcode 8.2.

https://i.stack.imgur.com/Ya5D2.png

After that you will see the screen

https://i.stack.imgur.com/qpxQs.png

Then choose Create new Project and after that you will see next screen

This is also very important part inside Xcode for selecting our project type. We need to choose our project according to types of OS. There are five types of options available on the top side:

https://i.stack.imgur.com/GMpyE.png

  1. iOS
  2. watchOS
  3. macOS
  4. Cross-platform

Now we are choosing iOS platform for development and creating very basic project with the single view application option:

https://i.stack.imgur.com/a9acX.png

Then we need to give Product Name, this will represent your Bundle name and application name.