I read somewhere (I think it was in the Apple Documentation for NSView) that overlapping subviews of an NSView is not recommended, but no reason was given. An app I'm working on does this extensively. Is there any particular reason why this is a bad thing, besides the performance hit lots of views tends to incurr?
Thanks,
Ross