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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -