自定义TabBarController

  例如: @interface mainTabBarController : UITabBarController


修改颜色:

    self.tabBar.tintColor = [UIColor redColor]; ( 背景颜色修改为红色)


在自己的NavigationController 添加p_w_picpath . title

     self.tabBarItem.p_w_picpath = [UIImage p_w_picpathNamed:@"icon_b.png"];
     self.tabBarItem.title = @"首页";