Saturday, January 30, 2016

Swift Tutorial - Part 1 - Hello World App

Introduction to Swift


Video Description 


Before starting Swift tutorial we should know that some tutorials that I have created for Objective-C language are valid for swift, like the first three ones that we will introduce here.

Download Xcode

Here is the link for both video and description of how we can download the Xcode ( iOS development environment)

http://huxtek.blogspot.com/2013/12/fist-post.html

Create Hello World App

Creating Hello World App in Swift is almost identical with Objective-C one. It has just one small difference which is choosing the language of programming. Instead of Objective-C, you should choose Swift.

http://huxtek.blogspot.com/2013/12/creating-hello-world-app-for-iphone-ipad.html

Xcode components

In this tutorial I have explained each components of Xcode and even after 2 versions of iOS (8 and 9) we have similar layout for Xcode menus and button. They just changed the icons. So in order to get familiar with these components please watch this tutorial.

http://huxtek.blogspot.com/2013/12/description-of-xcode-components.html