赛事的tabbar的图片名字写多了一个@
This commit is contained in:
@@ -144,7 +144,7 @@ UIKIT_EXTERN NSString * kRoomMiniNotificationKey;
|
||||
|
||||
- (void)initTabs:(BOOL)logined {
|
||||
NSArray *normalImageNames = @[@"tab_gameHome_normal",@"tab_game_normal",@"tab_message_normal", @"tab_mine_normal"];
|
||||
NSArray *selectImageNames = @[@"tab_gameHome_selected",@"tab_game_selected@",@"tab_message_selected", @"tab_mine_selected"];
|
||||
NSArray *selectImageNames = @[@"tab_gameHome_selected",@"tab_game_selected",@"tab_message_selected", @"tab_mine_selected"];
|
||||
NSArray *tabLabel = @[@"派对",@"赛事",@"消息", @"我的"];
|
||||
|
||||
UIViewController *game;
|
||||
|
Reference in New Issue
Block a user