The availability of the Logitech Muse (ships to me in a week) means I have to actually make the version of this app for #VisionPro now. I think this can officially be 3rd in my roadmap:
1. Support arbitrary fonts via the SVG conversion pipeline.
2. Improve the renderer via a fixed coordinate system (aka “quasi-infinite canvas, as opposed to the existing “actual infinite”, which is unmanageable).
3. AR with stylus.
#swiftui #BuildInPublic #LetterSet
Почему в библиотеках (#SwiftUI) и технологиях, которые затрагивают UI (#CSS) нет возможности задать ширину или высоту в единицах измерения длины? Зачем нам ограничиваться «точками» и пикселями, когда есть такие прекрасные величины как сантиметры?
Неужели это технически сложно реализовать. Кто разбирается?
#softwaredevelopment
Building custom SwiftUI controls? Three principles make them great: learnable (intuitive interaction), memorable (consistent behavior), and accessible (works for everyone). The secret weapon? 𝘢𝘤𝘤𝘦𝘴𝘴𝘪𝘣𝘪𝘭𝘪𝘵𝘺𝘙𝘦𝘱𝘳𝘦𝘴𝘦𝘯𝘵𝘢𝘵𝘪𝘰𝘯 for proper assistive tech support.
🔗: https://swiftjectivec.com/Creating-Custom-Controls-SwiftUI-Learnable-Memorable-Accessibile/ by @jordanmorgan
#SwiftUI #Accessibility #iOSDev #CustomControls #UX
The composer will support pasting toot links — if eligible, one will be attached as a quote.
#Oliphaunt #Cocoa #AppKit #Swift #SwiftUI #MacDev #macOSDev
Realized why region filtering wasn't working… it was never implemented, which is now fixed! Tomorrow, let's make a few more changes to the management UI to help with data entry. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/9XYGhGbo0lY
⏮️ 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.
Another short stream, but let's look into why filtering by region isn't working!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/2eWyhTOhN4Q
I'm about to launch a mediation ios app for #indiedev with sessions designed specifically for us. Just created one called "Indie Loneliness" to help solo developers handle those tough moments working alone. I tried it this morning, and I'm feeling genuinely motivated again. 🧘♂️💪 #buildinpublic #swiftui
iOS 26.1 adds a new Display Borders #accessibility setting that enables the outline on Liquid Glass effects that was previously triggered by Increase Contrast – is there no #SwiftUI API for this?
It's been a while, but here is a new blog post from me.
https://luciatr.me/learning-swift-swiftui/
I have a SwiftUI question:
Is there a way to center these checkboxes?
Thank you for any pointers!

The videos from @ioSKonf earlier this year are starting to roll out. The video from my talk Distribute & Monetize Closed Source SDKs with the Swift Package Manager is now available. I just realized I desperately need podcast voice training 😬
I noticed that on iOS 26, the default swipe action appearance changed to show both an icon and a title instead of just the icon. If we want to restore the previous icon-only look, we can use the labelStyle() modifier in SwiftUI: https://nilcoalescing.com/blog/ShowIconsOnlyInSwiftUISwipeActionsOnIOS26
#iOSDev #SwiftUI