添加pay
This commit is contained in:
@@ -124,6 +124,12 @@ static inline CGFloat KB_StatusBarHeight(void) {
|
||||
#define KB_TABBAR_HEIGHT (KB_TABBAR_BASE_HEIGHT + KB_SafeAreaBottom())
|
||||
#define KB_IS_IPHONEX_SERIES (KB_SafeAreaBottom() > 0.0)
|
||||
|
||||
// 屏幕底部安全区高度(Home 指示条区域高度)。
|
||||
// 说明:带刘海/异形屏通常为 34,非异形屏为 0;随横竖屏、安全区变动而变。
|
||||
#ifndef KB_SAFE_BOTTOM
|
||||
#define KB_SAFE_BOTTOM (KB_SafeAreaBottom())
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user