Build a Basic UI
This lesson gets you familiar with Xcode, the tool you use to write apps. You’ll become familiar with the structure of a project in Xcode and learn how to navigate between and use basic project components. In the lesson, you’ll start making a simple UI for the FoodTracker app and view it in the simulator. When you’re finished, your app will have a label for the meal’s name, a text field to change the meal’s name, and a button for resetting the name. Learning Objectives At the end of the lesson, you’ll be able to: Create a project in Xcode Identify the purpose of key files that are created with an Xcode project template Open and switch between files in a project Run an app in iOS Simulator Add, move, and resize UI elements in a storyboard Edit the attributes of UI elements in a storyboard using the Attributes inspector View and rearrange UI elements using the outline ...