| | | |

iOS Development With Swift Part 2

This is part 2 of the swift development tutorials. Read part 1 here.  What is MVC? MVC stands for Model View Controller. Basically as i already said in the last tutorial it is a way to organize code into different logical units based on their functionality and also to make sure there is controlled communication…

| | | |

iOS Development With Swift Part 1

Introduction This is part 1 of the tutorial to development with Swift. This series of tutorial is a step by step text tutorial of the course on Udacity titled “Intro to iOS Development With Swift”. This course is a very introductory course to swift programming and does not assume that you know objective-c(language used by apple for…

| | |

Intro To Swift Udacity Week 2

I have experience in programming with objective-c and worked on iOS 4 till iOS 7 on objective-c and i was excited to see when swift a new language from apple was introduced. I have been trying to learn swift programming and i started out by doing the tutorial here https://thinkster.io/ios-tutorial/a-better-way-to-learn-swift/ on thinkster.io which introduced swift and also…