Is it possible to make an NSView not clip its subviews that are outside of the bounds? On iOS I would simply set clipsToBounds of my
NSView
clipsToBounds
I was able to solve this by overriding wantsDefaultClipping of the subviews to return NO.
wantsDefaultClipping
NO