Search
- Ahoy there ⚓️ this is your Captain speaking… I thought I was building a dynamic SwiftUI container with ForEach(subviews:). What I got? A redraw tsunami. What saved me? A secret, hidden old friend… New post — “A Tale of Two Custom Container APIs” open.substack.com/pub/captains... #SwiftUI #iOSDev
- Tuesday Titbit: Understanding CompactMap - medium.com/@smilleriosd... #swiftlang #swiftui #iosappdevelopment
- 🚨 Livestream Alert! Join me on May 15 at 11:00 AM CST for a hands-on SwiftData livestream. Learn how to set up SwiftData, perform CRUD operations, and understand its built-in architecture — all in SwiftUI. youtube.com/live/RWNbqQc... #SwiftData #SwiftUI #iOSDev
- #swiftui sigh
- #SwiftUI + Metal
- Also got a basic implementation of local notifications working last night. Trying to decide if this is sufficient or if I want to try and set up a server for push notifications to allow for more dynamic notifications. #swiftui #buildinpublic #iosdev
- Just published my second YouTube video! It’s about #SwiftUI view value and view identity, what they mean, why understanding them matters, and how they relate to state, view updates, and hierarchy. ➜ youtu.be/Hnxqc5b2pok
- Made some progress on the insights page of my journaling app the last couple days. Got some basic stats on entry types and streaks in there. Next some insights on the tags you use. Feels nice to turn an empty view into something. #swiftui #buildinpublic #iosdev
- New course: Deploying Machine Learning Models Using Vapor and Core ML azamsharp.teachable.com/p/machine-le... #iosdev #machinelearning #Swiftui
- With #SwiftUI, I skip wireframes entirely. Need a button? Code it. A screen flow? Build and test it within minutes. Designers can tweak values and fine-tune animations. ✨Figma just can’t beat that. #iosdev #wireframes #prototyping
- We can use onVolumeViewpointChange to update our entities when a user moves around a volume. #visionOS #SwiftUI #RealityKit stepinto.vision/example-code...
- Over engineered 😭 search goes the extra mile for a truly delightful experience. Check it out! ✨ #SwiftUI #Buildinpublic #Productivity #Swift #iOS #IndieDev
- I’ve published the contents of my YouTube video on formatting data inside #SwiftUI Text views as a blog post for folks who prefer reading and for an easier way to view and copy code examples: nilcoalescing.com/blog/Formatt...
- Design a custom About window for your SwiftUI macOS app with a personalized layout, detailed app information, and a styled background that fits your app’s look and feel: nilcoalescing.com/blog/FullyCu... #macOSDev #SwiftUI
- I am trying out YouTube memberships. Currently, I added two tiers $2.99/month and $9.99/month. www.youtube.com/playlist?lis... #iosdev #swiftui
- #Journelly's most requested feature (hashtag picker) is coming! apps.apple.com/us/app/journ... #notes #journaling #plaintext #ios #swift #swiftui #macos #iphone #indiedev #privacy #orgmode
- Use this tip if you're an indie dev building in #SwiftUI for the first or second time and you're struggling with weird animation issues affecting layouts. Use `.id(UUID())` to force the parent view to reset and redraw without using existing @State properties or layout configs in the cache.
- iOS gives you tons of low-effort ways to make your app feel smarter, smoother, and more at home on the device. I rounded up some of our favourites — App Intents, Dynamic Type, TipKit, widgets + a few more... engineering.ustwo.com/articles/lev... #iOSDev #SwiftUI
- The periodic reminder to myself that #SwiftUI `FileDocument`'s (and `ReferenceFileDocument`'s) have to be thread safe. Even `snapshot` is not called on the main thread, i.e. you cannot just use instance variables. This is somewhat automatic for simple cases and the structure based approach, but […]
- I started a YouTube channel! In my first video, I show how we can use FormatStyle directly inside SwiftUI Text views to format interpolated values like arrays of strings, measurements, and dates, and how to display dynamic dates using Text.DateStyle. #SwiftUI #iOSDev youtu.be/pKWHyWksxF0
- Text animation in #SwiftUI open.substack.com/pub/swiftuib...
- Reordering rows in a SwiftUI Table was easier* than I expected** * Provided you can run macOS 15 and use `indices(where:)` ** Once you read 15 out-of-date tutorials and finally find the correct incantations #SwiftUI
- 🚨 Live AMA Alert! Join me on May 9, 2025 at 11:00 AM CST for an Ask Me Anything session! Got questions about iOS dev, machine learning, teaching, or career tips? Bring them all! 🎤💬 youtube.com/live/dwQPOdR... #iOSDev #SwiftUI
- Apple heavily extended Pathways. A great resource for getting started. developer.apple.com/pathways/ #iOSDev #SwiftUI
- Oops, forgot to announce: OPEN OFFICE! Open -- now! 🚪 👉 christiantietze.de/ama/ #programming #mentoring #emacs #swift #swiftui #ios
- variations of junkiyoshi.com/openframewor... #SwiftUI
- The following article shows how to implement Live Activities in a SwiftUI app: createwithswift.com/implementing-live-a… #SwiftUI
- Quick demo of a new feature I'm working on for @zenitizer.bsky.social 🍿 Needs some more polish and a few fixes but I got a working prototype ready for beta testing on #TestFlight soon - DM/email me and I can add you to the group 😉 #iOSDev #SwiftUI #demo #meditation #indiedev
- When animating a count in #SwiftUI, use `monospacedDigits()` so the frame doesn’t change as frequently – however, that can leave leading 1s look disconnected so I'm skipping it for the first digit while keeping formatting intact gist.github.com/robb/f8fdcca...
- If you're trying to like, *really* center Text in #SwiftUI, use a TextRenderer to disable subpixel quantization:
- Today, I'm releasing AtRandom – a #SwiftUI property wrapper that adds stable randomness to your views! Use it to spice up animations, transitions, and UI elements—without the hassle of @State. Also supports custom seeding for consistency! 📌 github.com/robb/AtRandom/