I have a CABasicAnimation that creates the effect of cropping the iris in the image. In short, the animation works great on the simulator, but there is no joy on the device. Timers still work correctly and an animation block is activated, but there is no visible animation.
Here is the code to get the iris cleaning job:
- (void)irisWipe { animationCompletionBlock theBlock; _resultsImage.hidden = FALSE;
}
Is there something in iOS7 that I should know about when working with CAAnimations, etc.? OR is there an error in the code?
Please note that this code was obtained from: How do you achieve the โwipeโ / radial deletion effect in iOS?
ios cabasicanimation
Taylor Abernethy Newman
source share