Should I removeBehavior a UIPushBehavior — I am adding many pushes
I have a small UIView that bounces in a box. I am adding an Instantaneous mode. push. In fact I am adding very many pushes -- 5 or more Hz. Mystery: (1) Do I have to removeBehavior???? if so .. when ?!? "after" an "instant" ? (2) Is it that UIPushBehaviorModeInstantaneous is a special case, and you do not have to (or cannot) remove those?? (3) When you addBehavior: does that .. retain?! the UIPushBehavior? Or?? WTF?! (4) I couldn't seem to find these aspects documented anywhere! -(void)pushMeRight:(CGFloat)mag { if ( self.bounceAnimator == nil ) return; NSLog(@"...........push me right %.2f",