Post

Replies

Boosts

Views

Activity

Reply to Conflict between onDrag and selection SwiftUI
I worked around this exact problem by adding this below the .onDrag modifier: .onTapGesture { $mySelection = thisThing } /shrug
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to ShieldConfigurationExtension not working
It started working for me once I set the Minimum Deployment target for the ShieldConfigurationExtension to the exact same value as the one for the containing app.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25