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 h
I was able to get this to work without calling removeFromSuperView
// pop to top [self addSubview:viewToBeMadeForemost positioned:NSWindowAbove relativeTo:nil];