Want colorful code blocks in your SwiftUI markdown? Discover syntax highlighting with SwiftSyntax - probably the last thing you'd expect from the framework, but it showcases how flexible it is.
🔗: https://artemnovichkov.com/blog/highlighting-code-blocks-in-markdown-with-swiftsyntax by Artem Novichkov
My latest #swiftui frustration: the top toolbar being dynamically removed from the view totally breaks the transition animation 😭
Polished the subscription implementation, and added an implementation for unsubscribing. Tomorrow ight, let's start looking at making sure queue, history, and hotlist entries are of the right kind. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/YBKUSHokTd0
⏮️ 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.
Let's go through my notes and figure out how unsubscribing will work!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/3GSd_BmbRaU
Making your SwiftUI app accessible to VoiceOver users? Discover essential accessibility modifiers - from labels and hints to proper element grouping for screen reader support.
🔗: https://wesleydegroot.nl/blog/voiceover by Wesley de Groot
#Accessibility #SwiftUI #iOSDev
RE: https://mastodon.social/@nicoreese/116127373513727254
Bug report it is.
Menu Button does not resize properly when changing title - FB22045491
RE: https://mastodon.social/@nicoreese/116127351543282099
Isolated example. #SwiftUI

This is a button showing a Menu with a Picker inside. When selecting a value, there's a weird pause during the animation at the end if the button needs to change width depending on the selected value. Can I even fix this? #SwiftUI
The following article explains why an Observable class's init runs multiple times in SwiftUI:
https://livsycode.com/swiftui/why-your-observable-class-init-runs-multiple-times-in-swiftui/
Dear #SwiftUI, can you please fix the regressions you introduced on iOS 26? FB22043999
In my View, I read the dismiss value from the Environment.
Whenever a Menu or Picker is opened, the View body is re evaluated 🤷🏻♂️
This unexpected behaviour doesn't happen on iOS 18.5 🙃
Good swipe actions are underrated.
They don’t just save taps, they can reduce decision time.
I'm testing custom swipe gestures with clearer visual cues (color + motion) so actions feel obvious before commit.
Would you improve something?
👀 Before any code hits the repo, I examine everything
AI-generated code is a starting point, not a finish line. Backend is usually solid. 💪
The arch might be right, but the details need my touch. #SwiftUI layouts, accessibility, iOS-specific patterns - those need my judgment.
