How to change the view if I am not present in the viewController class?
Posted
by wolverine
on Stack Overflow
See other posts from Stack Overflow
or by wolverine
Published on 2010-04-22T12:33:43Z
Indexed on
2010/05/02
14:07 UTC
Read the original article
Hit count: 204
I am doing an app with about 6-7 views and their corresponding controllers. I am in a view with a toolbar and button.
When I click this button a popup view comes and my control is being moved to the popup view's Controller. But my view is still the same.
From this popupview Controller's class, I want to change my original view. But since I am not in my original viewControllers class, I am not able to change it.
How can I overcome this? Can anyone plz help me?
© Stack Overflow or respective owner