How do you manage runaway async tasks in SwiftUI?
Learn both automatic and manual approaches for properly cancelling async work, helping you build more responsive and memory-efficient SwiftUI apps.
đź”—: https://tanaschita.com/swiftui-cancel-async-work by @tanaschita
#SwiftUI #AsyncAwait #Concurrency
Sensory feedback in SwiftUI https://wesleydegroot.nl/blog/sensory-feedback-in-swiftui #SwiftUI# Trigger
The following article shows how to use drag and drop in SwiftUI apps:
https://www.createwithswift.com/implementing-drag-and-drop-with-the-swiftui-modifiers/
And here’s the logo app, wrapped up in a bulk export UI with all of the configurations exposed.
#swiftui #typography #happitecLogo
#Development
The #SwiftyNetworking package is now under heavy refactor. This straightforward web library is designed to help you effortlessly build queries, much like constructing #SwiftUI views. I'm currently halfway through the development, and you can follow my progress regularly. 🎉
Got the fall update out for the site, though I’m still waiting for the iOS build to go in review before releasing the apps… Tomorrow let's take a look at lists for real. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/Kjbztgx1dE0
⏮️ Playlist so far: https://www.youtube.com/playlist?list=PLRxjf93xotuofCtaxtGOcWeuxVZYJyY-m
📲 Download Jiiiii: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=MastodonCCStreams&mt=8
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #Swift #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Short stream today, let's see which site screenshots are worth updating, and deploy the fall theme there!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/gz4whjaA_2k
Which one would you go for? Left or Right?
#swiftui #iosdev #indiedev #ui #UXDesign

In a small private project, I recently tested its core feature on top of #swiftui assisted by Claude/Codex.
This weekend it was a pleasure to refactor all of it in #UIKit - handcrafting the details, controlling every bit, no fuzzy magic, precise lifecycles, clear separation.
Now let’s see if I can flex my design skills and come up with an app icon…
How do you handle observing Observable properties outside SwiftUI?
Explore using the Observations framework to observe Observable model properties, offering a cleaner alternative to withObservationTracking for external observation patterns.
đź”—: https://www.donnywals.com/using-observations-to-observe-observable-model-properties/ by @donnywals
TestFlight Beta Announcement!
Octopump is a better way to control Octopus Cosy heat pumps.
This is a niche app for Octopus Energy UK customers with Cosy 6 heat pumps.
Join the beta: https://testflight.apple.com/join/aaF7wqHk
#iOSdev #uk #heatpump #swiftui

Turns out, you can't use one WebPage for several WebViews in SwiftUI, even if only one of them is visible at any specific moment. Crash is quite non-descriptive unfortunately.
I'm trying to create an app that morphs between iPhone and iPad version, when being resized in ipadOS 26, and it is quite an interesting challenge.