iOSobject-C自定义封装成和UITabBarView一样的功能。主要体现在UITabBar样式上,可以随意修改继承UITabBarController写的管理切换控制器主要是写UITabBar样式是继承UIView//标签栏_bottomBar=[[RXTabBarBottomViewalloc]initWithFrame:self.tabBar.bounds];_bottomBar.delegate=self;[self.tabBaraddSubview:_bottomBar];[_botto