|
@@ -27,9 +27,6 @@
|
|
|
[super viewDidLoad];
|
|
[super viewDidLoad];
|
|
|
// Do any additional setup after loading the view.
|
|
// Do any additional setup after loading the view.
|
|
|
|
|
|
|
|
- YRTabBar *tarbar = (YRTabBar *)self.tabBarController.tabBar;
|
|
|
|
|
-
|
|
|
|
|
- [tarbar hideBadgeOnItemIndex:2];
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -224,6 +221,9 @@
|
|
|
#pragma mark --- 设置页面
|
|
#pragma mark --- 设置页面
|
|
|
-(void)setUpUI
|
|
-(void)setUpUI
|
|
|
{
|
|
{
|
|
|
|
|
+
|
|
|
|
|
+ self.title = @"";
|
|
|
|
|
+
|
|
|
[self.view addSubview:self.tableView];
|
|
[self.view addSubview:self.tableView];
|
|
|
|
|
|
|
|
[self.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
|
|
[self.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
|