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 […]
Category: Objc App Development
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 […]
If you are a new visitor to our site, please read the Getting Started guide. Say you created a brand-new Xcode project using the Single View Application template. Now, you want to change the viewController external file names and internal reference to the viewController class. You’d have to use Xcode’s Refactor file menu as shown below. 1. Click the viewController.h […]