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
Here is a solution:
1) Type an IBOutlet by hands in your header file, example:
@property (strong, nonatomic) IBOutlet ProgressBarElementView *targetProgressElement;
2) Drag the pin from the code to the element in document outline zone