How to add UIView to MKMap ??
Posted
by user128647
on Stack Overflow
See other posts from Stack Overflow
or by user128647
Published on 2010-04-10T20:22:27Z
Indexed on
2010/04/11
2:23 UTC
Read the original article
Hit count: 423
iphone
|iphone-sdk
How to add UIView to MKMap so that when we move map around, UIView also moves with map, i mean to say that generally when we add UIView (or any UI component) to MKMap and then if we either zoom / move map around, UIView remain fixed at its initial position, i need as map moves UIView also moves with it.
© Stack Overflow or respective owner