| | | | | |

iOS Development With Swift Part 4

This is part 4 of the swift iOS Programming tutorials series. The first part of the series is here and the previous part of the series that is tutorial # 3 is here. In the previous tutorial we had added button to start recording with an image of microphone, added text to show when recording is in…

| | | |

iOS Development With Swift Part 3

This is part 3 of the swift iOS Programming series. You should read part 1 and part 2 before attempting this tutorial. This course is based on Udacity swift programming course and it is basically a text version of the videos present in Udacity. Last time we had just started exploring Xcode not let’s jump and…

| | | |

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…