Using XIB/NIB files contained within downloaded bundles on iOS
问题 On the face of it, this seems a very simple problem but for some reason I can't quite get it to work. I have a magazine-style app that downloads the data for each issue in the form of a zipped bundle. Once downloaded, and unpacked, the app successfully accesses the various files contained within the bundle as expected. These include JSON, PNG, JPG, video and so on. However, I also included a XIB file that contains the physical layout of the content in a series of UIViews and it is this file