纷纭教育
您的当前位置:首页如何创建一个TabbarApplication(xcode4.2中或者代码的方式)

如何创建一个TabbarApplication(xcode4.2中或者代码的方式)

来源:纷纭教育


[viewController2release];

[viewController3release];

[navigationControllerrelease];


self.window.rootViewController =self.tabBarController;

[self.windowmakeKeyAndVisible];

returnYES;

}


最后形成的效果是。

显示全文