Sibling NSView z-ordering in Cocoa
问题 How does z-ordering work with sibling NSViews in Cocoa? I'm confused because I'm finding conflicting sources of information in Apple's docs and APIs. (Note: Subviews are obviously rendered on top of its parent view, I am talking explicitly about sibling views here). Hypothesis A : "Yes, you can define the z-order of sibling NSViews " In IB you can place views on top of each other and they will always be composited in the way you'd expect. There's buttons in Xcode under the Editor menu named