0
こんにちはゲスト私はウィンドウとタブバーを持っています。すべてのビューコントローラをタブバーとウィンドウに追加するにはどうすればいいですか?私のコードはここにウィンドウにUITabBarControllerを追加する方法
UITabBarController *tab = [[UITabBarController alloc] init];
UIViewController *first = [[UIViewController alloc] init];
UIViewController *second = [[UIViewController alloc] init];
UIViewController *third = [[UIViewController alloc] init];
//HOW can i add these view controllers to tabbar and hwo to add tabbar to window...
[self.window makeKeyandVisible];
です..私はここに新しいですが、私はこれが動作すると思いますおかげ