Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须连续显示所选图像区域的缩放。意味着如果您同时更改位置,缩放也将更改。我不知道如何实现这一点。
UIScrollView有一个很棒的方法——zoomToRect:animated:可以让你放大一个特定的矩形。如果你UIImageView坐在上面,UIScrollView那么你可以使用这个简单的方法来放大图像视图。
UIScrollView
zoomToRect:animated:
UIImageView