Video on Storyboard XCode

I am creating a quiz game on xCode and want to have a little video in the corner of the screen that plays when the user answers the question correctly. My question is that are we able to add a little video player to a storyboard screen? I am not sure how to do this, if it is even possible.

Do you need to add it to a Storyboard? Can't you just programmatically create a view and put the video inside it, then display it at a certain location?

Video on Storyboard XCode
 
 
Q