Changing the animation of the main animation in IKImageView?

Is there a way to animate (using one of the Core Animations provided) an image change in IKImageView without resorting to using two independent IKImageViews when loading a new image?

+7
cocoa core-animation
source share
1 answer

There is no public API for this. You can only add an overlay / background of kernel animation in IKImageView.

0
source share

All Articles