I have a UIScrollView that shows an image we generate. On top of that I create a few marker UIViews. I'd like to allow pinch-zooming of the image view, and have the markers' positions scale accordingly, but not have the markers themselves change size.
What's the right way to do this? Set their transforms each time the UIScrollView is zoomed to scale with the inverse of the zoom scale? -- Rick _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
