I'm making a seasonal anime guide app, in the open for all to experience and learn from.
Let's tweak the icon a bit more and prep the site for the fall!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/_hF8R0UqEbQ
Is there still no system behavior for a button that can change SF Symbols from, e.g. bell to bell.slash, without affecting the button height? #SwiftUI
Not to be mixed up! #dresscode #coding #swiftui #macos #iosdev #development #softwaredevelopment #office

Having Request Modifier marks the second step in my #SwiftyNetworking package refactor. 🔄
Unlike before, I now rely on modifiers. Previously, #SwiftPackage copied the Request, modified the configuration, and returned a new object.
Now, it's more aligned with #SwiftUI. 🚀

This bit of #SwiftUI code
Map(…) {
…
}
.onTapGesture { position in … }
Doesn't work when compiled with Xcode 26. The code in the closure is never run. Of interest is a preceding
.onTapGesture(count: 2) { position in … }
does run. Anyone run into a similar issue? Workarounds?
RE: https://mastodon.social/@mastowatch/115255737975144468
The new version of @mastowatch is out, updated for iOS 26!
Totally new navigation and iCloud syncing!
And (better late than never) here is the blog post detailing the changes. It also includes some development background information in case you're interested.
https://smork.info/blog/posts/beer-diary-version-2-3-3-released/
#ios #swift #swiftui #coredata #cloudkit
This is BIG news! 🎉
Workshops are now included in the monthly subscription—each is ~3 hours, hands-on, live on Zoom.
Next up: SwiftData Workshop — Oct 24. Reserve your spot now!
https://azamsharp.teachable.com/p/swiftdata-fundamentals-workshop
#SwiftData #SwiftUI #iOSDev #iOSDeveloper
New write-up: Pocket Pantry — my first iOS 26 micro-app.
It’s a SwiftData experiment with CRUD, queries, schema migrations, and MV + services architecture.
Read more: https://medium.com/shift-bydesign/pocket-pantry-swiftdata-crud-schema-migrations-bf8b159fe5c4
#iOSDev #Swift #SwiftUI #SwiftData
In an effort to be forward-compliant with font requests and copyright/licensing, I’m having to make an insane pipeline:
1. library to host custom fonts, not used by the app
2. library to download the above and parse fonts into svg for a set of characters, and build a catalog of character-to-svg file mappings
3. library to convert a catalog of character-to-svg mappings to a swift representation
4. swap character rendering
Currently on step 3.
#swiftui
#BuildInPublic
#LetterSet
Only 2 days left. The Apple App Development Course starts September 25. I took this course last year and now I’m publishing my own apps.
The course is free. Recordings are available. New sessions are live on Zoom every Thursday at 7 PM Central.
Enroll here: https://classroom.google.com/c/Nzg3MTA…wMjAwMjIy?cjc=6nhstavd
#AppleApps #AppDevelopment #LearnToCode #iOSDevelopment #SwiftUI #FreeCourse
There is now an RSS feed available for https://exploreswiftui.com to easily track new content. It should be automatically detected, but is also manually available at /feed. Have fun!