Cory Ginsberg

Results 1 comments of Cory Ginsberg

Actually, I found this on around line 405: ``` [UIView animateWithDuration:0.2 delay:0.0 options:UIViewAnimationOptionRepeat | UIViewAnimationOptionAllowUserInteraction animations:^{ view.transform = CGAffineTransformTranslate(CGAffineTransformIdentity, kAnimationTranslateX, kAnimationTranslateY); view.transform = CGAffineTransformMakeRotation(kAnimationRotateDeg*(i%2 ? -1 : +1)*(3.141519/180.0)); } ```...