Tagged Questions

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 ...