Hey Reader, Do you want to make an iOS app? How do you learn SwiftUI? What projects should you work on? If you’re new to iOS development or have taken a break, there is always something new to learn, as technology constantly changes. While working on this tutorial, I learned a few new things and want to share them with you. Watch my Full SwiftUI Tutorial Today (Payment Calculator) You’ll Learn:
To improve your SwiftUI skills, you must practice implementing different User Interfaces (UIs). Making a new UI component or the design of a screen will teach you things about layout, composition, and layering. Pick 1-3 designs that you like from Dribbble or Behance and make them. Click here to watch my Full SwiftUI tutorial on YouTube (if you enjoy it, please like the videos and subscribe). Learn the Limitations Understanding how SwiftUI works is essential because it helps you know its limitations. In SwiftUI, if you want to match a custom Slider design from a designer, you need to create your slider because the built-in SwiftUI slider (in iOS 18) does not currently support customizing the thumb image or the track height. This omission is an example of one of the minor issues you need to resolve when working in SwiftUI. It works well for 90% of the things you need to do, but the last 10% requires additional work to match UX designs. You can push back on your design team and use a standard control or make the design using UIKit. Challenge Yourself: Can you build the same UI without watching my tutorial? Watch my introduction and then pause the video. If you get stuck, hit play and see where you can improve. Short on time? Watch me speed code the entire app in 20 minutes. I speed up the video by 10x so you can see the big picture without being bogged down by all the implementation details. Don’t just watch tutorials. You need to build real app ideas. Solve a problem. I film my videos like I’m doing a live class or presentation, and I wanted to make editing simple (by not needing to edit). I needed a live presentation tool to help me create and run slideshows. I usually only trim the beginning or end of a video. My idea started with a mindmap, and then I built a prototype. Now, I’m using that app to make videos for YouTube. In your day-to-day activities, consider how to make something easier. What app could assist you? Focus your prototype on the essentials first. When I started, I didn’t have a text editor to change the slides. I had to change the presentation by changing a Swift String and running the app through Xcode. However, the design evolved after using the app for several videos. I learned what I needed. Now, I have an editor and options to control what slides appear. Get a behind-the-scenes look at my latest macOS app update here. In the link above, you can see the beginning stages of the Full Screen mode. It is a little messy, but that is how development works. You iterate, run, tweak, and repeat. Suddenly, you have an app that does different things and solves your problem. How am I using the slideshow app? Watch this video to see my new app in action as a live presentation tool, similar to Keynote, but driven by my notes written in Markdown format. What’s Markdown? Below is an example of Markdown. I use Markdown formatting for all my writing. It allows me to create PDFs, slides, and blog posts from the same text. I don’t have to worry about styling.
Thanks for joining me on this development journey. Talk soon, -Paul P.S. Yesterday, I used ChatGPT and Grok to help me pick an official name for my upcoming slideshow app. I needed an app name to create a TestFlight beta, but I wasn’t satisfied with my placeholder names. That’s when ChatGPT suggested Easy Slides, and I decided to lean into my Super Easy Apps branding. That idea inspired me to call the app: Super Easy Slides. I have a text-based timer app called Super Easy Timer, which you can download here. If you want to join the TestFlight beta, hit REPLY, and I’ll send you the TestFlight beta invite along with my current user guide. |
Join 5,712+ developers learning iPhone app development and App Store publishing. Every week, I share iOS tips on how to create polished, intuitive apps—backed by insights from shipping seven apps and working at GoPro, Apple, and Microsoft.
Hey Reader, I just saw this post from Mario—who makes Astro for App Store keyword research (ASO). Mario 🏴☠️ @xmarioapps Just a reminder that you can make money with simple 1 page app. Just draw a page in Canva and turn it into app 4:21 AM • Apr 2, 2025 1 Retweets 59 Likes Read 10 replies What's stopping you from working on your app idea? Checkout Mario's latest app that stylizes photos with AI.Happy coding! Paul SoltPaul@SuperEasyApps.com
Hey Reader, Yesterday I streamed for 4 hours and got stuck trying to get to the bottom of an issue with implicit animations. One line of code was causing the problem... Which lines of code are creating implicit animations? When it comes to animations in SwiftUI ... they're great until they don't work like you expect. SwiftUI Animation Glitches Watch my latest video and learn how to better control implicit animations on state changes. SwiftUI Animation Bugs? Here's How I Fixed Them! I did this...
Hey Reader, Struggling with pesky bugs in Swift? You’re not alone—debugging can feel tough, especially when you’re just getting started (or as an experienced developer). Watch: Xcode 16 Debugging Tutorial for Beginners (2025) In this beginner-friendly tutorial, I’ll walk you through simple, effective debugging techniques in Xcode 16 to quickly identify and squash bugs with a real world example. You’ll learn how to: Track down a bug in a complex app (SwiftData) Leverage Xcode’s built-in...