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.
假设我有一个 UIView 和一个图像蒙版。我们必须能够拖动遮罩,以便每次用户拖动它时它的位置都会更新。我知道如何屏蔽图像,我也知道如何拖动图像,但我无法将两者结合起来。谁能给我看?
您是否考虑过使用容器 uiview 来保存您的其他 uiview、蒙版和图像?然后用户只需拖动容器。