Blog | iPhone | Programming | Swift | Swift Udacity Series
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…