Free Workshop: Build a Real iOS App From Scratch
Ever wondered about creating your own iOS app but felt overwhelmed by where to start?
Join David Okun, Principal Engineer at LTK in this workshop replay, as he builds out a complete, functional iOS app — in just 50 lines of code!
Get hands-on experience with Swift and SwiftUI, learn about basic data structures and how to manage app states effectively, but most importantly, you'll have a functional app that you've coded yourself.
Whether you're aiming to try out the world of app development or looking for a productive way to kickstart your learning before tackling more in-depth material, this workshop is designed to provide a supportive, engaging environment for your first steps.

Prerequisites
To get ready to code along with this workshop:
1. Install Xcode (see "Installing Xcode" here: https://bit.ly/3wnLMlv )
2. Open a new project (Select an iOS app from File - New - Project)
3. Make sure you can run your project by pressing ⌘ + R
If you see "Hello, World!" you're good to go!