I have a custom UIView class. Inside it I have declared an IBOutlet property for UIImageView.
UIView
IBOutlet
UIImageView
#import
initialize them in awakeFromNib:
- (void)awakeFromNib { //init code }