Quote:
Originally Posted by csulman
I have a similar question. I have a UIView that displays a PDF and that UIView is added to a UIScrollView. I wanted to have a google maps type pin implementation where I can drop pins at specific coordinates on the UIView. I am able to do that by adding subviews to the UIView. However, the problem I run into is that when the UIView resizes, the subview resizes with it. I wanted the subview to remain at original size, while being anchored at the original drop location. (Similar to pins on google maps remaining at same location, and not changing size at different zoom levels).
Any suggestion on what the best way would be to accomplish this?
|
Any updates/solutions on this?
I need EXACTLY the same effect on my UIView, which is rendering a PDF!