This repository is a series of getting started xcode projects to demonstrate the fundamentals of iOS development throught Swift. I used this project for basic training, when I was invited to a company to discuss about iOS development.
learn about the workflow in mobile development
you will learn about XCode and the developer tools in it
learn about the languages used in iOS Development. Objective-C and Swift
get a glimpse of the syntax in Swift, and new technologies introduced in the language
learn the importance of Automatic Reference Counting
dive into the classes in UIKit to create elegant looking iOS applications
Swift encourages us to code in a protocol-oriented way rather than the familiar OOP, learn to see their differences
Learn third-party tools available online to speed-up your iOS development workflow