swiftui

Back Open Paginator
22.09.2025 04:21
emorydunn (@emorydunn@mastodon.tinycart.club)

I've got a context menu in a list where I want to conditionally enable items, but some of the conditions are external to the SwiftUI view hierarchy. The state works initially, but then appears to get cached so the function that returns the bool is only called once.

Is there a way to get SwiftUI to always evaluate the `.disabled()` expression?

#SwiftUI




Show Original Post


21.09.2025 22:48
MuseumShuffle (@MuseumShuffle@mastodon.social)

I fixed the strangest iOS 26 SwiftUI issue.

I let the user share this section and I render it into an image.

With iOS 18 (top) everything is just fine but with iOS 26 (bottom) the column headers were missing in the image.

Not displaying the symbols with string interpolation fixed it.

FB20324246





Show Original Post


21.09.2025 20:50
juanarzola (@juanarzola@sfba.social)

#swiftui `dropDestination`, when used within iOS lists, doesn't work with out-of-process drag and drop. External drops work on macOS. In-process drops into lists work fine. Is this a bug or by design?




Show Original Post


21.09.2025 17:01
gcqd (@gcqd@mastodon.social)

github.com/Aemi-Studio/AemiSDR

Here we are. Welcome to AemiSDR, your favorite tool to add variable blur to your app.





Show Original Post


21.09.2025 14:35
dimitribouniol (@dimitribouniol@mastodon.social)

Finished updating the queue segmented control for tvOS 26. Tomorrow, let's look into why the color schemes are losing consistency on iOS 26. See you then!

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




Show Original Post


21.09.2025 14:11
eneaxharja (@eneaxharja@mastodon.social)

New update to my app.

I've added UI tests to help ensure the app behaves as expected across different user flows.

Built with and .
GitHub: github.com/eneax/UltimatePortf




Show Original Post


21.09.2025 13:57
dimitribouniol (@dimitribouniol@mastodon.social)

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

Let's tweak colors for the custom segmented control on tvOS!

Come chill with me: youtube.com/live/ehyhD-1BlE0




Show Original Post


21.09.2025 10:01
danielsaidi (@danielsaidi@mastodon.social)

EmojiKit 2.1 is out, with a tighter grid API and a new frequent, persisted emoji category. If you want to add emoji-based features to and , EmojiKit supports the latest Unicode standard, with versioned support for older devices.

github.com/danielsaidi/EmojiKit




Show Original Post


20.09.2025 20:42
initshift (@initshift@mastodon.social)

Just published: Building Micro-Apps in iOS 26

Four small projects, each teaching something new about Apple’s latest frameworks.

initmoin.medium.com/building-ÎĽ




Show Original Post


20.09.2025 19:57
puppethead (@puppethead@ieji.de)

This is a fantastically concise solution to applying SceneBuilder modifiers conditionally in order to support older OS versions.

One aspect I really like is, as I drop support for older OS versions, it'll be easy to remove the extensions as appropriate.

developer.apple.com/forums/thr

#SwiftLang #SwiftUI




Show Original Post


20.09.2025 18:26
gallaugher (@gallaugher@mastodon.world)

Ugh - the "magenta bush" file problems are back in Xcode 26 & #SwiftUI. That notorious file used to crash in many cases when used. Then it was briefly fixed, but now it flips vertically when applied. So surprised this creeped back into Xcode26. This seems like an intern tester would absolutely catch.





Show Original Post


20.09.2025 17:35
hollycene (@hollycene@mastodon.social)

In iOS 26 widgets (clear mode), images seem to fill entirely, making them hard to tell apart.

Does someone know how to make them more visible/transparent in SwiftUI? Any tips you’re using in your apps?





Show Original Post


1 ...173 174 175 176 177 178 179 180 181 182 183 ...236
UP