What I am trying to achieve is adding a custom UILabel over a video so that it appears as the various properties of the UILabel and we get a new video. The label can have a different color, varied font size and shadow etc. Thus using a string in place of UILabel won't be useful. Also as the UILabel can be panned hence it is more important to use the exact label as it would have a frame according to the video.
