This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson you'll learn about Properties in Swift!
This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson you'll learn about optionals!
This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson you'll learn about initializer functions!
With the Social Framework it is possible to use social media from inside an
App. In this tutorial we will pick an image from the Photo Library and
tweet a message including the image to Twitter. This tutorial is made with
Xcode 8.2.1 and built for iOS 10.2.
The look of the Navigation Bar can be customized. In this tutorial we will
change the background colour, the tint colour and add an image to the
Navigation Bar. This tutorial is made with Xcode 8.2.1 and built for iOS
10.2.
Every View has a backing layer property. This layer has properties for
performing animations and transforms, but also for rendering options. In
this tutorial the layer property will be used to create a drop shadow. This
tutorial is made with Xcode 8.2.1 and built for iOS 10.2.
This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson you'll learn about UIKit
This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson we talk about class inheritance!
The AVAudioPlayer class can be used to Fade in and Out Music. In this
tutorial a music track will be played, and the user can fade the music in
or out using a switch, This tutorial is made with Xcode 8.2.1 and built for
iOS 10.2.
When using Table Views inside the Storyboard, prototype cells can be used
to create some predefined or even custom layouts of the Table View Cells.
In this tutorial we will create a basic Prototype cell, which includes an
(optional) image and a title. This tutorial is made with Xcode 8.2.1 and
This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson we talk about classes!
This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson we talk about return values and parameters!
This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson, you'll learn about functions in Swift!
This Learn Swift series is designed for beginners with NO programming experience. It uses the latest version of Swift 3 and Xcode 8. In this lesson we talk about while loops and repeat while loops!