Post

Replies

Boosts

Views

Activity

UIDropInteraction fails in simulator
I am testing a simple drag and drop interaction on the iOS 11 simulator using Xcode 9 beta 2 (9M137d).1. The drag works fine (single image).2. dropInteraction(_ interaction: UIDropInteraction, canHandle session: UIDropSession) is called properly in the UIDropInteractionDelegate (returns true)ERROR: But every time I release the touch over the drop interaction target, xcode spits out an error:PBItemCollectionServicer connection disconnected.Has anyone gotten drag and drop working in the simulator?
8
0
3.9k
Jun ’17