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每隔 n 秒在屏幕顶部生成一个,但我希望它在下落时有一些初始旋转,而不是仅当它在途中撞到东西时。
UIView
谁能推荐一种这样做的方法,因为我在文档中看不到任何明显的东西?也许我忽略了一些东西。
谢谢。
UIDynamicItemBehavior'saddAngularVelocity:forItem:会让它旋转。
UIDynamicItemBehavior
addAngularVelocity:forItem: