cocoa - Switch between NSView -
I have an NSView with two scenes. I'm trying to hide a scene and show it to another, but The scene will not change.
I tried to include set-ended, deleted previews, subviews in front, everything. The first scene is still and no one else will show itself. Am I doing something wrong?
Thank you, -Albe
As long as there is a connection to each sub-view ( IBOutlet
), then you [superView replaceSubview: with oldView: newView];
.
Comments
Post a Comment