Currently, my app displays images on a CALayer,
with some basic animation like so:
CABasicAnimation * anim = [CABasicAnimation animationWithKeyPath:
@"bounds.size"];
Now, I would like to include videos, too.
So, first of all, how would I put videos on such a CALayer, so that they get
pla
Currently, my app displays images on a CALayer,
with some basic animation like so:
CABasicAnimation * anim = [CABasicAnimation animationWithKeyPath:
@"bounds.size"];
Now, I would like to include videos, too.
So, first of all, how would I put videos on such a CALayer, so that they