创建标签控制器
UITabBarViewController * TVC = [[UITabBarViewController alloc]init]; //初始化
self.window.rootViewController = TVC;
[TVC release];