Difference between revisions of "Objective-C Sandbox"

From Wikicliki
Jump to: navigation, search
Line 1: Line 1:
 
== BLOW BY BLOW ACCOUNT OF THE ENTIRE PROCEEDINGS!!! ==
 
== BLOW BY BLOW ACCOUNT OF THE ENTIRE PROCEEDINGS!!! ==
 
+
=== Hello World ===
 
* Open Xcode
 
* Open Xcode
 
* You'll see templates - select single view
 
* You'll see templates - select single view

Revision as of 03:05, 2 March 2013

BLOW BY BLOW ACCOUNT OF THE ENTIRE PROCEEDINGS!!!

Hello World

  • 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, uncheck include unit tests, select universal
  • Iosoptions1.png
  • Check out the views button on top right hand corner
  • Nav on left, editor in center, utility on right, debug at bottom
  • Iosoptions.png
  • Uncheck Autolayout:

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.

Iosoptions3.png

  • Published a hello world screen in the simulator

Iosoptions4.png