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.
我正在寻找一种在objective-C/cocoa-touch中重现这种html/js效果的方法
http://spritespin.ginie.eu/
我一直在考虑使用 webview,但我想在本机代码中使用它。
任何线索,库或链接?先感谢您 !
你可以使用一个UIImageView. 如果您只是为它提供图像列表,它可以为您制作动画。如果您启用用户交互并添加平移手势识别器,您可以检测触摸并根据触摸位置显式选择和设置图像。
UIImageView