Posts

Post not yet marked as solved
8 Replies
3.8k Views
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?
Posted
by coinbump.
Last updated
.