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.

custom callout

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

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -