Today you will learn how to perform the third storyboard operation, which is to pass data backward to a source view controller. You do this by performing an unwind segue. Understanding The Unwind Segue Operation First of all, an unwind segue operation involves a source view controller and a destination view controller. The source view controller […]
There are four fundamental storyboarding operations you should learn in order to effectively use the storyboarding feature of Xcode. Well, in this workshop you will learn how to perform two of them: transition between scenes and modify the transition between scenes. Create an Xcode project In order to perform above storyboarding operations you’ll have to create an […]
If you are a new visitor to our site, please read the Getting Started guide. Now, up to this point, Xcode projects you’ve created did not use storyboard. So I guess it is high time you learn how to develop storyboard applications. This is a four part workshop series on fundamental storyboarding operations you should learn in order […]
If you are a new visitor to our site, please read the Getting Started guide. Hey reader, I did it. I downloaded and installed iOS 7 on my Mac. I launched Xcode and created a new project (shift + command + N). Here is what I saw on my screen: Figure 1: Create a new project, step […]
If you are a new visitor to our site, please read the Getting Started guide. In this workshop, you will learn how to do the following: ☻ Generate and display random numbers ☻ Generate and display random numbers in a specified range Before You Begin I’ve created an Xcode project you can use to practice code provide […]