- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. UINib *objectsNib =[UINib nibWithNibName:@"Objects" bundle:nil]; NSArray *objects = [objectsNib instantiateWithOwner:nil options:nil]; NSLog(@"%@", objects); // NSBundleから読み込むほうが簡単 NSLog(@"%@", [[NSBundle mainBundle] loadNibNam