swiftui

Back Open Paginator
10.04.2026 13:36
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Let's continue cleaning up the invite logic!

Come chill with me: youtube.com/live/liDYySXmf94




Show Original Post


09.04.2026 21:28
emorydunn (@emorydunn@mastodon.tinycart.club)

Noticed different behavior in a couple of text fields with number formatters. On one I could type an aperture (e.g. 5.6) and it only finalizes the formatting on submit. The other is greedy and tries to format as you type, so that 5.6 ends up as f/56.

I tracked it down to different flows for handling selection. The misbehaving one has a direct database query in the view, so I think when the model changes the view invalidates, and the text field formats

#SwiftUI #GRDB




Show Original Post


09.04.2026 19:25
shnhrrsn (@shnhrrsn@mastodon.social)

I was only able to "confirm" the implicit containerShape call by explicitly setting a containerShape before calling background(_:in:)

Everything I've searched (and Claude) tells me this shouldn't be happening and it should require explicit containerShape or ConcentricRectangle/ContainerRelativeShape





Show Original Post


09.04.2026 19:22
shnhrrsn (@shnhrrsn@mastodon.social)

Is it documented anywhere that 's background(_:in:) API implicitly calls containerShape, even prior to 26?

This still seems totally unexpected to me

developer.apple.com/documentat





Show Original Post


09.04.2026 18:59
refactoredd (@refactoredd@mastodon.social)

Does anyone have suggestions to get the highlighted state of an item like this? I know in the Assets file you have the accent color setting this but I can't seem to get a similar result.





Show Original Post


09.04.2026 17:49
goodbinary (@goodbinary@mastodonapp.uk)

Hmmm. Annoyingly I’ve just noticed that a colorPicker button looks different on Mac and IPhone. Any ideas?

#indiedev #SwiftUI





Show Original Post


09.04.2026 14:36
alpennec (@alpennec@iosdev.space)

The solution is to use .compositingGroup() on the #SwiftUI Menu 🎉

Thanks to Sascha (on BlueSky) who pointed me to a StackOverflow answer about the exact same issue: stackoverflow.com/a/79884587

Documentation about compositingGroup: shorturl.at/btdM6





Show Original Post


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

Out of time just as my router decided to reset, so didn't get through much 😅 Tomorrow night, back to cleaning up list invites. See you then!

🔜 Tomorrow’s stream: youtube.com/live/liDYySXmf94
⏮️ Playlist so far: youtube.com/playlist?list=PLRx
📲 Download Jiiiii: apps.apple.com/app/apple-store




Show Original Post


09.04.2026 13:48
dimitribouniol (@dimitribouniol@mastodon.social)

I'm making a seasonal anime guide app, in the open for all to experience and learn from.

Short stream, but let's jump back into Lists!

#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush

Come chill with me: youtube.com/live/F2PTS5dKJyA




Show Original Post


09.04.2026 09:21
alpennec (@alpennec@iosdev.space)

Any idea how to fix this Liquid Glass visual bug?

In my app, I have a #SwiftUI Menu that presents an overlay over the whole view. But the Menu stays visible for a short period of time until it goes below the overlay 🫤

Works fine on iOS 17/18.

Code: gist.github.com/alpennec/31e2c

Feedback: FB22453803

#iOSDev





Show Original Post


09.04.2026 08:00
ios_newsletter_snapp (@ios_newsletter_snapp@mastodon.social)

Is ViewInspector worth the third-party dependency risk? For unit testing SwiftUI views, it enables finding subviews, querying attributes, and triggering actions. Strong maintainer support and an active community make it a reliable choice.

🔗: qualitycoding.org/viewinspecto by Jon Reid (@qcoding)




Show Original Post


09.04.2026 02:31
wingman_ (@wingman_@mastodon.social)

to Music4Mac. The project to bring life back to music on the app. On today's episode we are demonstrating the new pick what you play feature! This is an upgrade from last time where you could only listen to the first song in your library. I guess bc of copyright or sumthin no one will ever hear my music. You'll just have to wait till you can use the app yourself! ☺️





Show Original Post


1 ...13 14 15 16 17 18 19 20 21 22 23 ...236
UP