创建可拖动的pin注释,但应该阻止它拖动按钮

时间:2014-02-07 09:28:53

标签: ios iphone mkmapview mapkit draggable

我创建了可拖动的引脚注释,它工作得非常好,问题是我不想拖放特定按钮上的引脚,甚至不想像我一样重新加载地图有覆盖它,我使用DDAnnotation类用于可拖动的引脚

DDAnnotation *annotation = [[DDAnnotation alloc] initWithCoordinate:theCoordinate addressDictionary:nil];
annotation.title = @"Testing";
annotation.subtitle = @"Drag and Drop Pin";

[self.detailMapView addAnnotation:annotation];

由于

任何帮助都会非常明显!

1 个答案:

答案 0 :(得分:1)

请设置[注释setDraggable:NO];