Swift is a new programming language for developing apps for IOS and Mac OS, and it is destined to become the foremost computer language in the mobile and desktop space. This Swift tutorial series will help you to get started in the Swift programming language.



Required Knowledge

To learn Swift Programming language, you haven't needed any previous programming knowledge, but the basic understanding of any other programming languages will help you to understand the Swift programming concepts quickly.

Swift Example

A quick look at the example of Hello, World! In Swift programming. A detailed description is given in the Swift Basic Syntax page.

Example:

import UIKit

var str = "Hello, World!"

println(str)

Program Output:

Hello, World!

The above example has been used to print "Hello World" on the screen.



Found This Page Useful? Share It!
Get the Latest Tutorials and Updates
Join us on Telegram