Building Your First iOS 13 App

Go to class
Write Review

Free Online Course: Building Your First iOS 13 App provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Building Your First iOS 13 App is taught by Todd Perkins.

Overview
  • 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.

Syllabus
  • Introduction

    • Build an iOS 13 app in an afternoon
    • What you should know
    • View the finished app
    1. Setup
    • 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
    2. Build a User Interface
    • Basic layouts with storyboards
    • Responsive layouts in iOS
    • Connect UI elements to code
    • Handle a button press
    3. Coding Interactivity
    • 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
    Conclusion
    • Next steps