Book Image

Learning Xamarin studio

By : William Smith
Book Image

Learning Xamarin studio

By: William Smith

Overview of this book

Table of Contents (16 chapters)
Learning Xamarin Studio
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction to Xcode


Although Xamarin Studio 5 introduced a graphical designer of its own for iOS and Mac development, the IDE is still capable of utilizing Xcode's Interface Builder for the development of view controllers and other user interface components. Through the course of this chapter, we'll look at using both tools. We'll begin with Xcode's Interface Builder because I feel that understanding how Xcode functions will help you better understand the design and functionality of the Xamarin Studio designer. The following screenshot provides a basic breakdown of Xcode's layout:

Tip

If you find a control or interface that you need to know more about, you can easily find the help article for it by holding Ctrl and clicking on the interface.

Toolbar

The toolbar area runs along the top of the IDE, and it contains some of the most commonly used controls. On the left-hand side of the toolbar are the controls to run or halt the execution of the application. Clicking the play button will start...