| | |
| | | |
| | | - (void)addTabControllers |
| | | { |
| | | self.tabBar.selectedImageTintColor = kUIColorFromRGB(0xff7800); |
| | | self.tabBar.unselectedItemTintColor = RgbColor(244, 37, 75); |
| | | self.tabBar.barTintColor = RgbColor(251, 224, 227); |
| | | self.tabBar.tintColor = kUIColorFromRGB(0xff7800); |
| | | self.tabBar.selectedImageTintColor = RgbColor(43, 184, 14); |
| | | self.tabBar.unselectedItemTintColor = RgbColor(42, 117, 254); |
| | | self.tabBar.barTintColor = RgbColor(217, 244, 254); |
| | | self.tabBar.tintColor = RgbColor(43, 184, 14); |
| | | //CGRectMake(50, self.view.frame.size.height - 60, self.view.frame.size.width-100, 40) |
| | | //_tabBarView.frame = CGRectMake(0, CurrentScreenHeight - TabbarHeight, CurrentScreenWidth, TabbarHeight); |
| | | |
| | | self.tabBar.frame = CGRectMake(0, SCREEN_HEIGHT - TabbarHeight, SCREEN_WIDTH, TabbarHeight);; |
| | | self.viewControllers = [PageInfo pageControllers]; |
| | | } |
| | | |