私は追加しようとUIView
しUIViewController
ます:
AppDelegate *md = (AppDelegate*)[[UIApplication sharedApplication] delegate];
UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 150, 44)];
[view setBackgroundColor:[UIColor yellowColor]];
[md.tab.view addSubview:view];
そして、UIViewがから始まらないことに気付きました:
MainWindow.Xib で TabBarController を作成します。