提交
This commit is contained in:
@@ -225,6 +225,11 @@
|
||||
[self presentViewController:na animated:YES completion:nil];
|
||||
return;
|
||||
}
|
||||
if (to == 0) {
|
||||
self.customTabBar.backgroundColor = RGB16(0x221E2B);
|
||||
}else{
|
||||
self.customTabBar.backgroundColor = RGB16(0xffffff);
|
||||
}
|
||||
self.selectedIndex = to;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user