Six weeks ago, I took my #TUIkit project offline (for reasons...). It’s been back online since yesterday.
Building terminal UIs using #SwiftUI syntax.
When used thoughtfully, hiding buttons from assistive technology users can make your app easier to understand and quicker to navigate.
Custom Accessibility Actions expose that functionality for VoiceOver, Voice Control, and Switch Control users, without the navigation noise.
SwiftUI guide → https://mobilea11y.com/blog/a11y-custom-actions/
#mobilea11y #iOS #swiftui #accessibility #a11y
SwiftUI's .searchable modifier has been available since iOS 15, but are you using it to its full potential? This guide covers implementation in NavigationStack and List views, search suggestions, scopes for filtering by category, and built-in accessibility features.
🔗: https://wesleydegroot.nl/blog/searchable-modifier-in-swiftui by Wesley de Groot
I’ve never been more annoyed with #SwiftUI than I am today.
Been trying to implement .searchScopes and it’s been such a nightmare trying to get it to work with a iOS 26 search tab.
do y'all miss the good ol' times of iOS 6, its skeumorphism, and when apps were truly fun? I do.
Paper shredder on delete was my favorite, but 2nd place was the Camera Shutter 📸
Here's a cool one in #SwiftUI #iOS #Swift :) needs a bit more touch-ups, but came out nice! yay or nay 👍👎?
Redux, TCA, or Bloc - which state management framework fits your SwiftUI project? This comparison evaluates all three and recommends BlocSwift, a port of the Dart Bloc framework, for its event-driven approach with minimal ceremony and isolated per-feature components.
🔗: https://medium.com/@fray_88/bloc-for-ios-a-better-way-to-manage-state-in-swiftui-aebb275c128f by Sergio Fraile
#SwiftUI #StateManagement #iOSDev
Congrats to @lonnie for being this weeks winner with Relog: Task Logger! Have you ever wondered when you last fed your fish, took your medication or chatted with a friend? With Relog, you can keep track of when you last did things, and optionally be gently reminded when you haven’t done those things in a bit.
I know Lonnie puts a lot of thought and effort into his work. Check it out and give it a review!
#iOSDev #iOS #indiedev #swift #swiftui #BuildInPublic
It may be due to things I cannot see, but in my experience #ClaudeCode burns token quota almost twice as fast working on #SwiftUI as it does on html/css/js tasks. Is it because the training data is richer for old-school web tech? Or is it that SwiftUI has so much hidden complexity that Claude is eating its own output over and over again to desperately try make sense of it?
I know which one fells more like my sad human brain’s similar efforts..,
Somehow went long and got list unique IDs migrated as well! Tomorrow night, let's review all the changes and make sure no mistakes were made in the process. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/Md2Ina0puwY
⏮️ 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.
Once again lost track of time, but let's get everything from yesterday committed!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/GfM_Sqe2Pes
It's my birthday 🎊 To celebrate and to continue the tradition I'm doing a special book sale just for today! You can get any of my Swift and SwiftUI books and bundles with a 20% discount using the coupon code BD2026 applied at checkout: https://books.nilcoalescing.com
#iOSDev #Swift #SwiftUI
Ever tried interpolating an SF Symbol Image directly into a SwiftUI Text view and had it fail silently? This guide explains why it only works in localized strings and shows the correct approaches for embedding symbols in text.
🔗: https://nilcoalescing.com/blog/EmbeddingSFSymbolsInSwiftUIText/ by Natalia Panferova (@natpanferova)