I'm working on one of our apps where we have custom NSView class called VLTutorialView. This class has been used as type for contentView of one of the windows. It's been set in both UI as well as the outlet specifies the class as VLTutorialView.
However, even after the typecasting as shown as in the screenshot, the class of contentView is NSView and not the required VLTutorialView. Has this issue been observed previously? Any insight would be helpful, and open for queries.