UIScrollView map with pins that stay at a fixed size?
Posted
by OMH
on Stack Overflow
See other posts from Stack Overflow
or by OMH
Published on 2010-03-10T13:37:24Z
Indexed on
2010/05/19
2:30 UTC
Read the original article
Hit count: 250
iphone
|uiscrollview
Hi,
In my app, I have a ScrollView that shows a map(just a jpeg). On top of the ScrollView, I added some pins(UIImageView) So far so good.
But when I zoom in, the pins also get larger. I would like the pins to stay at a fixed size, just like the pins on the google map application on the iPhone.
How do I solve this?
Thanks!
© Stack Overflow or respective owner