UIView animation lags on device
问题 I'm using animation in my app and get confused, because animation is lagging on device, on simulator everything seems OK. First I tried to use [UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration:0.3]; [UIView setAnimationCurve:UIViewAnimationCurveEaseOut]; And before commit animation there were something like ~30 lines of code with "if" blocks so I thought this might cause the problem, but then I start to use [UIView animateWithDuration:0.3 delay:0.0 options: