I\'m using the J4n0 Callout code (github) to implement a custom annotation in MapKit.
It was working just fine on iOS5. But on iOS6 I have 2 problems:
If annotations are displayed over the AnnotationView try to code:
- (void)didMoveToSuperview { [super didMoveToSuperview]; [self.superview bringSubviewToFront:self]; }
Just in case above solution doesn't work try
view.layer.zposition = 1