Game Development Reference
In-Depth Information
Figure 1-9. A customized UIView
In Figure 1-9 , we see a UIView added to the view on the right. We did this by dragging the icon
from item A onto the storyboard in item B. After adjusting the size of the new UIView , we set
its class to be RockPaperScissorsView , as shown in item C. At this point, we are technically
done. We have created our first game! Obviously, we have not looked at the implementation of
RockPaperScissorsView , which is discussed on the next chapter.
The rest of this topic will use Sample 1 as a starting place. You will learn many new techniques for
customizing a simple app to make a truly complete game.
Summary
In this chapter, we have taken a quick tour through Xcode, learning how to create a project with
it and build a simple navigation using Storyboard. The chapters that follow will add to the basic
lessons given here to show you how to build a complete game.
 
Search WWH ::




Custom Search