How to create new NSBundle
I want to create an application that work with iphone 3 and 4.
so I have images for iphone 3 and others for 4.
now I want my application to load resources based on ios version the part of detecting ios version is easy. the problem is that i want to know how to create new NSBundle and use it to make application load resources from different bundle based on detected ios version.
|