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.

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