Using NSDictionary throughout an iphone project
Posted
by Guy
on Stack Overflow
See other posts from Stack Overflow
or by Guy
Published on 2010-04-20T23:43:43Z
Indexed on
2010/04/20
23:53 UTC
Read the original article
Hit count: 330
objective-c
|nsdictionary
Hi guys, How do you access a NSDictionary in different NSViewControllers. The NSDictionary was initialized in my delegate file. Do I have to import my delegate file to each view controller file or do all my views on top of my delegate know of my NSDictionary? Do I possibly need to declare my Dictionary in each file? -Thanks Guy
© Stack Overflow or respective owner