Category: Objc App Development

Generating Random Numbers

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 […]

How to Change a Class Name

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 […]