Tagged Questions

1
vote
1answer
137 views

Go back to main window once secondView is loaded

I have a Tableview on AppDelegate That calls a SecondView (dvController) when DidSelectRowAtIndexPath using: [self.window addSubview:[dvController view]]; On SecondView I defined a button linked to ...
1
vote
1answer
4k views

AppDelegate Being accessed from different classes, from RootController.m

My problem is in getting the information from a controller(which happens to be my rootViewController) to another view. In trying to get access to it through the app delegate, I was not able to get it ...