I created a UIView with an image view inside it. Gave it a name of "XXXMyView".
in my storyboard view controller, i dragged a UIView on to the View Controller (scene) and then set its class to XXXMyView.
But when I do I don't see the image view, but's just the background color.
How can I make it where I see my view I created on the screen that shows the image view?