2013-11-19から1日間の記事一覧

Could not load NIB in bundle: 'NSBundle'

MyUITableViewController *myUITableViewController = [[MyUITableViewController alloc] initWithNibName:@"MyUITableViewController" bundle:nil];とした時、Could not load NIB in bundle: 'NSBundle'とエラー。どうやら、対応するxibが存在しないと出る…