修改UI
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
#define KB_NAVBAR_BASE_HEIGHT 44.0
|
||||
#define KB_TABBAR_BASE_HEIGHT 49.0
|
||||
|
||||
#define COLOR_WITH_RGB(R,G,B,A) [UIColor colorWithRed:R green:G blue:B alpha:A]
|
||||
|
||||
|
||||
// 当前 KeyWindow(iOS 13 场景化兼容)
|
||||
static inline UIWindow *KB_KeyWindow(void) {
|
||||
UIWindow *window = nil;
|
||||
|
||||
Reference in New Issue
Block a user