This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ios-labs-s14:basics-xcode [2014/02/17 11:54] mbarboi |
ios-labs-s14:basics-xcode [2014/02/17 11:58] (current) mbarboi |
||
---|---|---|---|
Line 5: | Line 5: | ||
===Important features=== | ===Important features=== | ||
==Left Pane== | ==Left Pane== | ||
+ | -Project Explorer | ||
+ | -Debug pane | ||
+ | |||
==Right Pane== | ==Right Pane== | ||
+ | -Identity Inspector- the third button from the left on the top of the right pane when InterfaceBuilder is open. Allows you to change class of objects in a storyboard | ||
+ | -Attributes Inspector- fourth button from the left in the right pane when InterfaceBuilder is open. Allows editing of basic properties of selected object | ||
==Center Pane== | ==Center Pane== | ||
Generally contains a window into code, showing the currently selected file. | Generally contains a window into code, showing the currently selected file. | ||
+ | |||
+ | Assistant Editor- shows a split view, where the right pane is automatically selected as the companion of the left pane. | ||
==Toolbars== | ==Toolbars== | ||
-Play button- runs the application on the target | -Play button- runs the application on the target | ||
-Target- the simulator or device meant to run the application | -Target- the simulator or device meant to run the application | ||
- | |||
- | Identity Inspector | ||
- | Attributes Inspector | ||
- | Assistant Editor | ||
- | Storyboards/IB |