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.
我正在图像视图中显示图像,并且正在尝试覆盖标签/文本。我想在放大图像视图时更改叠加层 - 我检测放大事件的最佳方法是什么?
You should use the UIScrollViewDelegate methods to detect zoom events. If you are not using UIScrollView already, you should really use it!
UIScrollViewDelegate
UIScrollView