I have been struggling with adding text subtitles to videos for a while. I have added some links that I referred in detail, but they are not helping.
In below code, I a
When I tried this the subtitle did not appear. I fixed it by swapping the order of the sublayers.
i.e
parentLayer.addSublayer(videoLayer)
parentLayer.addSubLayer(backgroundLayer)