...or could I also get an NSBundle that represents the Documents directory, to easily access contents in there?
views:
33answers:
1
+2
A:
I think on iOS it's really only useful for things in the .app package. It originates in OS X where you can load other bundles as plugins, in which case you use NSBundle instances to access resources from the plugin.
Daniel Dickison
2010-10-21 17:19:44