ios - Custom Callout View like MKAnnotationView's Callout -
i have custom mkannotationview have customised according documentation of apple docs.
so far it's been nice follow because neat , clean code , haven't used third party it. here's screenshot of it.
now stuck @ ui part of it, making callout native callout. don't want use other third party in have redo work or have abandoned guidelines of apple.
so guess looking simple solution can make in callout view's xib or similar.
thanks,
attiqe
ok have figured out way. loading callout view nib , have made changing in mimic native look. have embedded icons/uiimageview's uiview. parent view transparent , child view(that contains icons now) have uiimageview(with callout arrow) @ it's centre bottom.
this solved problem.
thanks,
attiqe
Comments
Post a Comment