feat: 优化首页 tab 加载逻辑 | 补全 side menu 控制逻辑 | 基本完成 20 mic | 部分小需求 | 优化房间聊天气泡

This commit is contained in:
edwinQQQ
2024-12-28 15:41:56 +08:00
parent 2c5d72846d
commit 4abb686790
98 changed files with 3209 additions and 383 deletions

View File

@@ -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;