Correct Answer: The IDE used to code iPhone and iPad (and Mac) applications.
Note: This Question is unanswered, help us to find answer for this one
Symbol Navigator
Answer & Explanation
Correct Answer: The location in Xcode where your code is organized by class.
Note: This Question is unanswered, help us to find answer for this one
What does "Use Storyboard" in Xcode allow you to do?
Answer & Explanation
Correct Answer: Allows you to use Interface Builder to lay out all of the screens in your program and define the transitions between them.
Note: This Question is unanswered, help us to find answer for this one
What is Cocoa Touch Static Library Template used for?
Answer & Explanation
Correct Answer: Building libraries of code that you can share amongst multiple projects.
Note: This Question is unanswered, help us to find answer for this one
How do you get quick help on your code?
Answer & Explanation
Correct Answer: Press CTRL+CMD+? over any code.
Note: This Question is unanswered, help us to find answer for this one
What is the Issue Navigator in Xcode?
Answer & Explanation
Correct Answer: It informs you (and links you to) any issues in your code.
Note: This Question is unanswered, help us to find answer for this one
Some Xcode Project Types
Answer & Explanation
Correct Answer: Master-Detail Application - OpenGL Game - Page Based Application - Single View Application - Tabbed Application - Utility Application - Empty Application
Note: This Question is unanswered, help us to find answer for this one
Interface Builder?
Answer & Explanation
Correct Answer: The tool in Xcode that allows you to build interfaces inside iOS using a GUI.
Note: This Question is unanswered, help us to find answer for this one
Outlets
Answer & Explanation
Correct Answer: Outlets connect your interface to the code by letting you refer to the items in your interface by name. Outlets create variables in your code that you can use to work with the UI widgets.
Note: This Question is unanswered, help us to find answer for this one
What is the Universal Device Family for?
Answer & Explanation
Correct Answer: It allows you to create an application that runs both on the iPhone and iPad devices.
Note: This Question is unanswered, help us to find answer for this one