I think this image explains it all. I have a subclass of UIView that I\'ve entered into the class field. I\'m trying to connect ibOutlets between the storyboard and class implem
write the outlet inside your custom UIView
@IBOutlet weak var imageView: UIImageView!
then drag it into the storyboard on the view