so i made a class that is a subclass of another class that is a subclass of a UIViewController
problem is, in Interface Builder I can't assign the UIView to the super class's view outlet
the class that is the parent (the direct child of UIViewController) is in another library so Interface Builder can't see it
problem is, in Interface Builder I can't assign the UIView to the super class's view outlet
the class that is the parent (the direct child of UIViewController) is in another library so Interface Builder can't see it