Post

Replies

Boosts

Views

Activity

Reply to Cannot get drop action to trigger (Xcode 26 beta 3)
Having similar problems trying to get multi drag and drop to work in SwiftUI on iOS. I thought this was finally added in iOS 26, but it wasn't? Extremely difficult to find a way to get this done. Plus Xcode constantly complains that the the method is deprecated or explicitly marked as not available here. Is mult item drag and drop supported now in iOS 26 for now List containers? or was that only added for Mac OS 26?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’25
Reply to SwiftUI List selection bug
this doesn't answer the question and maybe it has been fixed since. I am just here to say thanks for that code sample. I was having problems with a list that supports multiple select and then showing an alert. The alert would cause the edit mode to toggle and the selections to be clear. I hadn't see the .environment like you have it. That fixes my issue. Thank you
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’24
Reply to Apple watch crown doesnt regulate volume in Now Playing after update
Not sure if we will see a fix. All none apple apps use the WKInterfaceVolumeControl wrapped in a WKInterfaceObjectRepresentable which stopped working we have seen. but the NowPlaying() swift control works just find where it uses Apples own volume control that is slim. The fix for the other apps would be to switch to using the apple now playing view, which isn't ideal.
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’24