cannyboy
cannyboy

Reputation: 24426

Dragging MKAnnotationView immediately

When you set the draggable property of an MKAnnotationView, the default behavior seems to be:

1) user taps the annotation

2) user drags the annotation

Is is possible to combine this into one, so the user can drag the annotation without tapping it first?

Upvotes: 1

Views: 426

Answers (1)

Rahul Vyas
Rahul Vyas

Reputation: 28720

try this source code http://www.github.com/digdog/MapKitDragAndDrop I have tried this code in simulator and it is working fine

Upvotes: 2

Related Questions