我的問題是我如何添加UITabBarController的childViewController的圖標。我的代碼是:Iphone UITabBarItem圖像未顯示
UITabBarController *tabBar=[[UITabBarController alloc]init];
MyUIViewController *mc=[[MyUIViewController alloc]init];
[tabBar addChildViewController:mc];
[self.navigationController pushViewController:tabBar animated:YES];
在此先感謝。