Difference between revisions of "Objective-C Sandbox"
From Wikicliki
| Line 10: | Line 10: | ||
* Nav on left, editor in center, utility on right, debug at bottom | * Nav on left, editor in center, utility on right, debug at bottom | ||
* [[Image:iosoptions.png]] | * [[Image:iosoptions.png]] | ||
| − | * Uncheck Autolayout: [[Image:iosoptions2.png]] | + | * Uncheck Autolayout: |
| + | [[Image:iosoptions2.png]] | ||
| + | * Select some tiny box (3rd on bottom row), drag a label to the panel, click on top row 4th button to see the label editing options, type hello world, and then press run. | ||
| + | [[Image:iosoptions3.png]] | ||
| + | * Published a hello world screen in the simulator | ||
| + | [[Image:iosoptions4.png]] | ||
Revision as of 03:03, 2 March 2013
BLOW BY BLOW ACCOUNT OF THE ENTIRE PROCEEDINGS!!!
- Open Xcode
- You'll see templates - select single view
- Create new "Hello World" - check local git if you want versioning - select a folder and you will have created the project
- UNCHECK STORYBOARDS - FIRST CHECKBOX AND LAST CHECKBOX IN THAT LIST
- SELECT UNIVERSAL
-

- Check out the views button on top right hand corner
- Nav on left, editor in center, utility on right, debug at bottom
-

- Uncheck Autolayout:
- Select some tiny box (3rd on bottom row), drag a label to the panel, click on top row 4th button to see the label editing options, type hello world, and then press run.
- Published a hello world screen in the simulator


