swiftui

Back Open Paginator
06.02.2026 02:20
marchyman (@marchyman@sfba.social)

#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.




Show Original Post


05.02.2026 23:57
iain (@iain@kolektiva.social)

RE: kolektiva.social/@iain/1159923

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





Show Original Post


05.02.2026 23:28
hollycene (@hollycene@mastodon.social)

SwiftUI’s matchedGeometryEffect is truly remarkable.





Show Original Post


05.02.2026 23:18
gregatron5 (@gregatron5@vmst.io)

So that #SwiftUI Menu control bug (I mentioned here: vmst.io/@gregatron5/1158387884) 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





Show Original Post


05.02.2026 21:42
azamsharp (@azamsharp@iosdev.space)

Jaw Dropping Experience with Xcode 26.3 Agentic Coding
youtu.be/KwzLYxVF0Uo
#iosdev #swiftui





Show Original Post


05.02.2026 21:25
gregatron5 (@gregatron5@vmst.io)

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.




Show Original Post


05.02.2026 19:51
swiftdevjournal (@swiftdevjournal@mastodon.world)

The following article shows how to support SwiftUI sidebar selection when the sidebar has multiple types of items:

swiftdevjournal.com/posts/side

#SwiftUI




Show Original Post


05.02.2026 19:04
cameronmcefee (@cameronmcefee@mastodon.social)

I'm seeing a ton of weird 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.




Show Original Post


05.02.2026 16:30
harmash (@harmash@mastodon.social)

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.





Show Original Post


05.02.2026 14:40
dimitribouniol (@dimitribouniol@mastodon.social)

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: youtube.com/live/R85WYS-YUYY
⏮️ Playlist so far: youtube.com/playlist?list=PLRx
📲 Download Jiiiii: apps.apple.com/app/apple-store




Show Original Post


05.02.2026 14:11
dimitribouniol (@dimitribouniol@mastodon.social)

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 😅

Come chill with me: youtube.com/live/fL-FL0sEp-Q




Show Original Post


04.02.2026 21:51
nicoreese (@nicoreese@mastodon.social)

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?





Show Original Post


1 ...58 59 60 61 62 63 64 65 66 67 68 ...236
UP