I've created a custom view in Interface Builder and set the File's Owner to ResourceStatusOverlay. I would like to bind subviews from the .xib to ResourceStatusOverlay @IBOutlet. I've tried dragging the connections from .xib to ResourceStatusOverlay.swift connectors and vice versa with no luck.
Any help in doing this?
Thanks.