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.
我希望复制 Google Map 或 Apple Maps 风格的界面,能够捏合、缩放、向右/向左滚动、向上/向下、对角线和向任何方向旋转,但没有地图。我可能会使用 UIScrollView 但我不确定如何根据触摸对角滚动或沿任何方向旋转。有什么建议么?
基本上UIViuew属性变换允许您进行所有二维变换。但是要创建类似 Maps 的东西,您需要非常了解 Open GL。
UIViuew