Hey Hey!
I have some Problems concerning scaling of UIButtons in UIScrollViews:
I am trying to build a hiking m-app

with several hot-spots: buttons und a scrollable image. Of course these shoud be geostationary when moving and scaling the map.
Since the map has huge dimensions, i tried to use the Tiled Scroll View example from the apple iphone developers sample code. (ScrollViewSuite)
ScrollViewSuite
BUT no matter where (in the code) I place the buttons, they either do not transform at all or only behave correctly on translating the map. If I try to zoom the map, they all move to the upper left corner in a skew line.
(and putting the button as a subview of TapDetectingView crashes the app)
Am I missing some transformation?
Thanks in advance