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.
我想制作像 Solar Wether 应用程序这样的应用程序。请看这个视频。
我不需要代码,但想知道我们如何在此应用程序中实现放大/缩小等功能。
请建议我如何做到这一点。我已经编写了一些代码并完成了一些研发工作并找到了这个解决方案,但我想像这个应用程序一样制作精确的动画。
您可以继承 UIScrollView 并使用所有触摸事件,如 touchesended、touchesbegan、touchesmoved。
如果您想要该触摸的特定位置,您可以获取触摸发生的点并调用您的自定义操作。