Swift Programming Language Video Tutorials - Understanding Swift Optionals Swift Programming Language Tutorials - Creating Menubar Applications on OS X: http...
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...
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...
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 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 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 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...
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.
We were pleased to welcome Jonathan Blocksom at our SLUG meetup. A seasoned industry veteran, Jonathan has the real world experience of adding Swift to a large consumer-facing app with millions of users. Swift was not designed in a vacuum; working with the rich history of Objective-C frameworks was a critical part of the design. His talk covered how one can work with both languages in one project: what works well and what pitfalls there are.