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.
我的屏幕上有几个按钮可以移动,但我想知道有没有人在按钮上实现过捏合手势来缩小和扩大按钮?
如果有人对实现这种功能有任何想法/帮助/示例,将不胜感激。
我会在按钮上添加一个 UIPinchGestureRecogniser,然后将它的 scale 属性应用为按钮框架上的变换。
我没有示例代码,但这是我要完成此任务的区域。