|
Hey Reader, Can you help me? Below is my syllabus for my upcoming iPhone Apps 101 course (updated for SwiftUI, iOS 18, and Xcode 16).
iPhone Apps 101 Have you ever wanted to create a polished iOS app that feels like it belongs on the App Store? Imagine crafting a project that grabs attention, showcases your skills, and even serves as a portfolio centerpiece for job interviews. That’s the journey we’ll embark on in this SwiftUI course. You will learn by doing and master SwiftUI modifiers that bring apps to life. If you want to make great user interfaces, join the waitlist for my upcoming course.
Click the button above to access the iPhone Apps 101 course early.
Topics Covered
Section 1: Set Up Your Mac for App Development Learn how to set up your Mac for iOS app development using the latest Xcode 16 and iOS 18. You get started with SF Symbols to make your app look polished.
Office Hours (Optional Add-on) I will host office hours after the course launches to address any questions related to the course. These will be 1-hour group office hours. It will be live, but I will record the discussions. 1:1 iPhone App Coaching (Optional Add-on) I will chat with you for 1-hour and discuss the next steps via email. If you want to launch an app, switch careers, or learn faster. This add-on will help you progress faster and get direct encouragement from an experienced iOS engineer. Section 2: Build the Weather App (REST API) Learn how to build apps with SwiftUI to connect to a REST endpoint so that you can download JSON weather data. You’ll learn how to work with async/await in Swift 6 and how to design custom UI components.
Section 3: Learning Essentials in 2024 Learning to code in 2024 has changed. This section will address the best practices I use to help build apps from scratch. You’ll learn about troubleshooting and how AI can help you overcome obstacles.
Section 4: Design and Code Challenges (Only in the Paid Course) The final challenges are part of the paid course and will not be available on YouTube. These challenges stretch your SwiftUI and JSON parsing skills. Practice is essential if you want to make apps or change careers.
What am I missing? Hit REPLY and let me know if something is missing from the course. The course syllabus is not set in stone and will change as I incorporate your feedback. Click here to join the waitlist for early access. Talk soon, -Paul P.S. If you want to chat about my iPhone Apps 101 course, I have a few hours next week to talk 1:1 over Zoom. I will send my calendar link to the first five people who respond with “Can we chat about iPhone Apps 101”? Answer these questions in your reply:
|
Join 6,727+ iOS/macOS developers using Codex and Claude to build and ship apps. Expect practical tutorials, repeatable workflows, and hard-earned lessons from 7 shipped apps and time at Apple, Microsoft, and GoPro.
Hey Reader,This week, I started a manager agent before bed, and it worked all night. When I woke up, it had broken a working feature, added weird workarounds for a problem that wasn't real, and dropped the feature. The feature? Distinguishing between a PiP video close vs. pause in my timer app on iPhone. We had a random 250ms delay to differentiate the two, and removing it broke some behavior. Except the delay wasn't necessary, and the feature was fine before the agents touched it. This kept...
Hey Reader,You can now use Super Easy Timer on iPhone. I had my agents use the Mac app as a reference and extracted a shared library of code using the Swift Package Manager (SPM). This is the brains of my timer app, and it's shared across iOS and macOS. The MVP worked last week, but it wasn't reliable until I added AlarmKit. That allows timers to persist even if the app is force-quit or the iPhone is locked (just like Apple's system alarms). That was my biggest blocker, and now that it's in,...
Hey Reader,My Mac app made $7,900+ over 8 years as a paid app. It made $0 in the three months I gave it away for free. Learn why I made it free, what happened, and what I'm charging next. Read the entire article here. I overhauled the UI this year, localized the App Store Page to 46 languages, and then Apple began featuring it on the front page. Super Easy Timer on the front page (Best New Apps and Updates) Did you know? You can nominate your app to Apple for feature consideration. The Free...