1.2 Tutorial - Text Labels, Animations, Physics, and Gestures

Text Labels and Animations

Today you are going to build an iPhone app that uses touch input and text labels. User interface (UI) elements like buttons and labels are the building blocks of every app.

You will use labels to display text to the user. We're going to get a little fancy and use a Tap Gesture to make the entire screen a button.

What does all this code do?

There is a lot of code in this lesson that you might not understand, and that's the point. I want to show you how to create something, without fully understanding it.

Follow along and type the code you see in the video. It will help you ask questions and start to see what you do and don't understand.

Complete and Continue