lijunda
2018-08-16 64b0493e4bd40c46e341fd5de9f1862998c431b0
pregnancy_guard/BaseProject/Controller/Home/HomePage.m
@@ -41,6 +41,10 @@
    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];
}