Changes

Jump to: navigation, search

Creating a Simple iOS 7 App

31 bytes added, 14:03, 11 October 2013
Creating the iOS App User Interface
Figure 4-5
<google>ADSDAQBOX_FLOW</google>
In the center panel a visual representation of the user interface of the application is displayed. Initially this consists solely of the UIView object. This UIView object was added to our design by Xcode when we selected the Single View Application option during the project creation phase. We will construct the user interface for our HelloWorld app by dragging and dropping user interface objects onto this UIView object. Designing a user interface consists primarily of dragging and dropping visual components onto the canvas and setting a range of properties and settings. In order to access objects and property settings it is necessary to display the Xcode right hand panel (if it is not already displayed). This is achieved by selecting the right hand button in the View section of the Xcode toolbar:

Navigation menu