From the course: Building Your First iOS 17 App

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Viewing the finished app and code

Viewing the finished app and code

From the course: Building Your First iOS 17 App

Viewing the finished app and code

- [Narrator] Let's take a look at what we're building in this course. It's a tip calculator app with a custom icon. I'll open it up. You could see the title of the app, an icon within the app. You can put in an amount of money here for your bill and then you slide the tip amount slider, and you'll see the tip amount for that total amount of money. If you put an invalid value in the text field, for example, something containing letters, then you're told to please add a numeric value instead. You can fix that and then the text changes back to show your tip amount. Throughout this course, we're going to build this app completely from scratch. So we'll look at how to lay out UI elements and how they work together in the code, and how you can use different values in different areas. And we'll also look at applying your own custom icon. So let's get started.

Contents