Reputation: 2412
I'm changing my content View from applicaiton
[window setContentView:otherView];
[window setContentView:otherView2]; //etc
What I need, to be able to get always my current Content View, how I can do that?Something like this [window myCurrentContentView]; or window.view , I couldn't find it. Thanks.
Upvotes: 0
Views: 1545