Learn how to create a simple iOS application in just one day.
Overview
Syllabus
Introduction
- Welcome
- What you should know before watching this course
- The finished app
- Creating an Xcode project
- Understanding the Xcode interface
- Adjusting Xcode preferences and settings
- Understanding how programming works
- Understanding variables and constants
- Working with variables in a playground
- Using variables in SwiftUI
- SwiftUI layout basics
- Creating custom SwiftUI components
- Creating calculator buttons
- Setting button text
- Setting button width
- Setting button colors
- Challenge: Create the value text view
- Solution: Create the value text view
- Understanding methods
- Using methods
- Running code when a button is pressed
- Using a method as a variable
- Passing parameters to method variables
- SwiftUI binding
- Using different methods to handle different events
- Challenge: Create methods for the equal button
- Solution: Create methods for the equal button
- Understanding conditional statements
- Using conditional statements and Booleans
- Handling the numeric button presses
- Optionals and If Let statements
- Enums
- Challenge: Conditionals
- Solution: Conditionals
- Storing the saved number
- Showing the total when the equals button is tapped
- Formatting the total number
- Replacing the mode buttons with symbols
- Adding an app icon
- Challenge: Clear button
- Solution: Clear button
- Next steps
Taught by
Todd Perkins