How do I make an NSView move to the front of all NSViews
问题 I have a super view, which has 2 subviews. These subviews are overlapped. Whenever i choose a view from a menu, corresponding view should become the front view and handle actions. i.e., it should be the front most subview. acceptsFirstResponder resigns all work fine. But the mouse down events are sent to the topmost sub view which was set. Regards, Dhana 回答1: Here's another way to accomplish this that's a bit more clear and succinct: [viewToBeMadeForemost removeFromSuperview]; [self