Is is possible to animate the string property of a CATextLayer so that the layer will display "foo", and then "bar" after an interval?
EDIT: I need to use Core Animation because I'm trying to animate this layer in an AVMutableVideoComposition
. I can get a text string to be overlaid on a video but I'd like to make it change on an interval.
Thanks.