看看这本书中的介绍iOS 6 Programming Cookbook下载地址: http://l4.yunpan.cn/lk/QvEEpQtRg5zAW如下章节内容(page83):1.26 Creating BundlesProblemYou want to group your resources into hierarchical structures and be able to accessthose resources at runtime with ease.Solution1.27 Loading Data from the Main BundleProblemYou have added a resource (such as an image) to your Xcode project and now, atruntime, you would like to access that resource.1.28 Loading Data from Other BundlesProblemYou have included a few images or other resources in a separate bundle inside yourmain bundle and you would like to access those resources at runtime.