views:

30

answers:

0

Hello,

my application has a UIScrollView with a UIView as subview. Both are the same size. The scrollView contains a large image and the subview is a "overlay" view that holds markers that are set when the user taps at the large image (a map). It is basically a simple app that allows to set markers on certain locations on a map.

so far so good. setting markers and scrolling the scrollView works (markers keep the position on the map). However, there is one problem left. When i zoom in/out, the markers (in the overlay view) are positioned incorrect. I have already tried to transform the marker positions using the convertPoint() method but unfortunatelly without success.

can anybody point me into the right direction to fix this problem ?

thanks