Edit Does this answer work for you? You will need to add some text layers and use CABasicAnimation to show / hide each at the appropriate time (using setBeginTime: .
Original answer Basically, just keep the CATextLayer link in this section of code and use NSTimer each time to update your text:
// 1 - Set up the text layer CATextLayer *subtitle1Text = [[CATextLayer alloc] init]; self.textLayer = subtitle1Text; //
source share