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 iOS 26.1 and tabViewBottomAccessory
And if you hide the tab bar it doesn't hide the accessory!!!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to UIViewControllerRepresentable breaks tab bar, ignores title and navigation items
try .ignoresSafeArea(.container, edges: [.bottom, .top])
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to How to update TabViewBottomAccessoryPlacement
If only this actually worked. At least for me on the beta 4 simulator it is always on .none. Never set, sigh
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’25
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:
Replies
Boosts
Views
Activity
Jul ’25
Reply to _MediaPlayer_AppIntents compilation error for iOS 26
I think I got. I looked in my app intents and if you have import AppIntents and import MediaPlayer it will fail. Remove import MediaPlayer and it compiles. now on to the next problem :|
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to 18.4 broke URLSession Downloads
Turns out i had a some code that wasn't a problem until 18.4. so it was me, not you. All good now
Replies
Boosts
Views
Activity
Mar ’25
Reply to iOS 18 SwiftUI navigation bar problem
It appears that 18.4 may have fixed this issue
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to iOS 18 SwiftUI navigation bar problem
I guess I should be using betas and providing feedback. I did notice that practically all of the apple apps do not use a navigation stack like this. It is always light mode with full screen sheets.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to iOS 18 SwiftUI navigation bar problem
FB15181880
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to LazyVGrid and multi item drag
Filed. Hopefully I did that right FB15097432
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Sep ’24
Reply to LazyVGrid and multi item drag
Thanks, i guess SwiftUI lists also can’t do this yet? Multi select drag and drop in the same list for mass re-ordering.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Sep ’24
Reply to .onMove drag and drop
But draggable and dropDestination does not seem to support multi drag and drop.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to draggable modifier and Updatable Preview View
For instance .draggable(dragHelper.begin(source: pd, section.firstIndex(of: pd))) { /* this drag Preview can't be updated while it is dragged around */ DragPreview() }
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Sep ’24
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:
Replies
Boosts
Views
Activity
Jun ’24
Reply to AppEntity Filtering broken in iOS 17.4
Been running the 17.5 beta and it is fixed there.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24