1.0.19 feat:个性化房间背景-free 部分 / 首页支持 API 更新 UI

This commit is contained in:
eggmanQQQ
2024-11-05 17:09:22 +08:00
parent faacf7b22d
commit b3fee0eef9
39 changed files with 978 additions and 286 deletions

View File

@@ -79,9 +79,6 @@
self.navigationBar.standardAppearance = appearance;
self.navigationBar.scrollEdgeAppearance = appearance;
}
UIImage *backgroundImage = [UIImage imageNamed:@"tab_bar_bg"];
[[UITabBar appearance] setBackgroundImage:backgroundImage];
}
#pragma mark - UIGestureRecognizerDelegate

View File

@@ -6,6 +6,7 @@
//
#import <UIKit/UIKit.h>
#import "ClientConfig.h"
NS_ASSUME_NONNULL_BEGIN