UIDynamicItem update transform manually
问题 I know that external change to center , bounds and transform will be ignored after UIDynamicItem s init. But I need to manually change the transform of UIView that in UIDynamicAnimator system. Every time I change the transform , it will be covered at once. So any idea? Thanks. 回答1: Any time you change one of the animated properties, you need to call [dynamicAnimator updateItemUsingCurrentState:item] to let the dynamic animator know you did it. It'll update it's internal representation to