| | | |

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…