How to access objects of app Delegate into RootViewController
Posted
by
Ashutosh
on Stack Overflow
See other posts from Stack Overflow
or by Ashutosh
Published on 2010-12-28T20:09:14Z
Indexed on
2010/12/28
20:53 UTC
Read the original article
Hit count: 230
I have a navigation based app in which i am calling a web service. I have done all the work which is required in the background to absorb the web services. The only thing left is to display it in a Table view. The data i want to display is stored in a Mutable array and i can see the data in console and this is in app delegate. I just want to pass this data somehow to root so that i can display it in table view. Could somebody help me with this.
© Stack Overflow or respective owner