When a SwiftUI Picker menu in iOS 26 is opened or closed, it first transforms into a square before taking on its final shape. This prevents it from morphing fluidly from one form to another. #SwiftUI #iOSDev
Did you catch Bitrig co-founder @kylemacomber on Office Hours yesterday? If you missed it, check it out now! It’s an in-depth conversation about #Bitrig, the App Store ecosystem, vibe coding, and more. #BuildInPublic #SwiftUI #Swift
https://www.youtube.com/live/vJ9yqEFkEcQ?si=-NiCq9nhC4KmdMYw
Nice gem in the SwiftUI docs: This article shows all the nifty special features that are supported by Menu:
Populating SwiftUI menus with adaptive controls
https://developer.apple.com/documentation/swiftui/populating-swiftui-menus-with-adaptive-controls

Thanks to a gentle poke from @iamogre, I was finally able to fix a long-standing issue where going back a screen would lose your scroll position! Tomorrow, screenshots, I swear this time 😛 See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/4lxqT0FECbc
⏮️ 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 make one last attempt at fixes before getting screenshots taken!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/FGSkdnDqb1Y
I’ve now updated it so that it also runs on older macOS version back to 14.6. #indiedev #swiftui #macdev #buildinpublic
If you ever struggle with dynamic #SwiftUI menu bar commands not updating with state from the active window of their `WindowGroup`, and getting state from the the initially created window of the group instead, tip: `focusedValue` != `focusedSceneValue` 🤦🏻
AI was completely stuck and going in circles trying to help me align the labels of SwiftUI buttons in an HStack. I pointed it to https://www.swiftuifieldguide.com and told it to use the knowledge and wisdom to align the views, and voila... it came up with the perfect (and pretty sophisticated yet simple) solution!
What frustrated me is that I still don't understand SwiftUI even after seeing the code! 😂
Alright I think I'm happy with this now 😊. So excited to ship this update for Bridges! It's been way too long since the last update.
Tweaked for low footprint. 💪🏽
#buildinpublic #macosdev #swiftui #swift #macos26 #indiedev

Alright, here we go again... It's not so easy. 😅
My #SwiftyNetworking #Package should ideally offer a solution that perfectly suits my needs. Building #SwiftUI Views is more advanced compared to my simplified Request Builder. 💡
Now, it's a deep-digging process... 🔍

The following article covers how to show an alert from a menu item in a SwiftUI Mac app:
https://swiftdevjournal.com/posts/show-swiftui-alert-from-mac-menu/