-
Create an iOS app in the span of an afternoon. Explore the code, tools, frameworks, and practices for building simple, native iOS 13 applications.
Want to turn your idea into a full-fledged iOS app? Learn how in this course. Todd Perkins shows folks new to iOS development how to create an iOS app in the span of an afternoon, sharing best practices along the way. Todd covers the code, tools, frameworks, and practices for building iOS applications, including how to create an Xcode project, run your first app, build a user interface, and code interactivity. Throughout the course, he includes the latest techniques and methods available with the release of iOS 13.
Overview
Syllabus
-
Introduction
- Build an iOS 13 app in an afternoon
- What you should know
- View the finished app
- Install Xcode and the iOS SDK
- Create an Xcode project
- Key parts of the Xcode interface
- Adjust code presentation in Xcode preferences
- Run your first app
- Basic layouts with storyboards
- Responsive layouts in iOS
- Connect UI elements to code
- Handle a button press
- Show text from the pasteboard
- Update text when the app is active
- Display multiple strings
- Show text from an array
- Save data to persistent storage
- Clear saved data
- Next steps