#swiftui #xcode question: is there a way to disable specific warnings or warnings inside of Preview blocks? This code
Preview {
let something = something()
let _ = something.aFuncThatChangesSomething()
SomeView()
.environment(something)
}
complains I should use `_ = ... ` instead of `let _ = ` which of course doesn't work in viewbuilders. I'd like to get rid of those complaints.
RE: https://kolektiva.social/@iain/115992365197312397
Added a pretty shit (At the moment) inspector but what you can’t tell from a static screenshot is that I have a very rudimentary playback implementation working. Go me, eh?
#macos, #BuildInPublic, #swiftui, #ios

SwiftUI’s matchedGeometryEffect is truly remarkable.
#swiftui #iosdev #indiedev #ui #UXDesign
So that #SwiftUI Menu control bug (I mentioned here: https://vmst.io/@gregatron5/115838788411915522) is still in #iOS 26.3 RC. And it's not just me; it's in Apple's first-party shipping apps. 🤦
Anyone know any easy(ish) workarounds? I really don’t want to make a UIRepresentable wrapper.
/cc @helge @amyworrall @jonduenas @siracusa
Jaw Dropping Experience with Xcode 26.3 Agentic Coding
https://youtu.be/KwzLYxVF0Uo
#iosdev #swiftui

Playing around with #Xcode 26.3's built in Claude agent vs. Claude Code (with a few third-party skills). Whatever files they use to prime the agents seem to give it way better insight into #Swift and #SwiftUI idioms and best practices.
I got Claude Code to document a code review. Claude in Xcode is reviewing the review and basically saying 2/3 of it isn't worthwhile or just straight up wrong.
The following article shows how to support SwiftUI sidebar selection when the sidebar has multiple types of items:
https://swiftdevjournal.com/posts/sidebar-selection/
I'm seeing a ton of weird #swiftui ui bugs in iPad simulators that don't exist in the iPhone simulators. Is this a known thing? I still can't tell if this is a me problem.
Scrolling doesn't work in many ScrollViews. Taps in toolbar items go through to the content behind them. Some taps don't even make it to the toolbar.
If I restart my computer, this doesn't happen, but then after a few interactions it starts. I don't see this behavior on device.
I spent an unreasonable amount of time tweaking the blurry space between navbar and the browser's UI so it looks natural and not distracting. #iOSDev #SwiftUI
Spent most of my time just getting the streaming setup working, but at least managed to get permission tests started! Tomorrow night, let's tweak stream settings a bit more and see if things improve. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/R85WYS-YUYY
⏮️ 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.
On a new computer that took ages to set up, let's see if streaming even works 😅
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/fL-FL0sEp-Q
I have a UIViewRepresentable of a UITextView and want to show a safe area bar below the title bar. I need ignoresSafeArea so that the text view is not cut off at the top and bottom and that works. But as soon as I add the safeAreaBar that breaks. Any idea how I can achieve both? #SwiftUI
