I\'d like to create a project that has a very flexible graphical user interface (skinnable). In order to make this possible, I\'d like to load a NSBundle from an ex
untested.
You can distribute all the content in a zip file, unzip using SSZipArchive.
NSBundle* bundle = [NSBundle bundleWithPath:absolutePathToNibFile]. UIViewController* vc = [[[MyViewController alloc] initWithNibName:@"mycustomnib" bundle:bundle] autorelease];