feat: 优化首页 tab 加载逻辑 | 补全 side menu 控制逻辑 | 基本完成 20 mic | 部分小需求 | 优化房间聊天气泡
This commit is contained in:
@@ -236,6 +236,10 @@ typedef enum : NSUInteger {
|
||||
inning:round];
|
||||
}
|
||||
|
||||
- (void)reloadView {
|
||||
[self.tableView reloadData];
|
||||
}
|
||||
|
||||
#pragma mark - UITableViewDelegate And UITableViewDataSource
|
||||
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
|
||||
return SectionTypeCount;
|
||||
|
Reference in New Issue
Block a user