Let's jump into more advanced coding inside playground now that we know the basics. Follow me on twitter: https://twitter.com/_iDev Follow me on FaceBook: ht...
In this video we start by designing the user interface of your first iPhone app. ( How many days old are you ) Follow me on twitter: https://twitter.com/_iDe...
In this video we get to know where to look for things and how things work in Xcode 6. Watch this video before getting into the actual coding. Follow me on tw...
In this video we complete our app.** Make sure you have watched the previous videos before going ahead with this one.** Follow me on twitter: https://twitter...
In this video we learn how to use the "for loop" in swift. Follow me on twitter: https://twitter.com/_iDev Follow me on FaceBook: https://www.facebook.com/pa...
Here is a look at the first lesson in a series of 9 videos that will teach you how to build this app. The full course is available at www.thecodelady.com. Co...
This is part one in a three part series. The goal in this series is to develop a fully functional (and useful) Swift iOS application that is capable of pushing weather alerts based on your location.
Generic Types allow Swift to create new types, usually collections, that can work with other types, such as how Swift Arrays can type-safely hold any type.