views:

76

answers:

0

So, I have two UIImageViews within a single UIScrollView: a map of the united states, and a marker (mostly transparent, of course). I need zooming to be a feature here, but within the viewForZoomingInScrollView method that I need to overwrite, I can only return a single UIImageView. Therefore, when I zoom, only one or the other will properly zoom.

How can I get both to zoom together?

Thanks in advance.