2021-03-11 1.增加ON+集成丰林项目相关工程
| | |
| | | if (_titleUILabel == Nil) { |
| | | _titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)]; |
| | | _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0]; |
| | | _titleUILabel.textColor = HEXCOLORA(0X1B2D4D, 1.0); |
| | | _titleUILabel.textColor = TextColor; |
| | | _titleUILabel.text = @""; |
| | | _titleUILabel.textAlignment = NSTextAlignmentCenter; |
| | | } |
| | |
| | | if (_titleUILabel == Nil) { |
| | | _titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)]; |
| | | _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0]; |
| | | _titleUILabel.textColor = HEXCOLORA(0X1B2D4D, 1.0); |
| | | _titleUILabel.textColor = TextColor; |
| | | _titleUILabel.text = @""; |
| | | _titleUILabel.textAlignment = NSTextAlignmentCenter; |
| | | } |
| | |
| | | #define GetRealHeight(H) H / (DesignHeight * 1.0f / APP_SCREEN_HEIGHT) |
| | | |
| | | |
| | | #define TextColor HEXCOLORA(0x333333, 1.0) |
| | | #define TextSelectColor HEXCOLORA(0xFB744A, 1.0) |
| | | #define TextColor HEXCOLORA(0x1B2D4D, 1.0) |
| | | #define TextSelectColor HEXCOLORA(0x4484F4, 1.0) |
| | | /** WEAKSELF_AT */ |
| | | #define WEAKSELF_AT __weak __typeof(&*self)weakSelf_AT = self; |
| | | #define HEXCOLORA(rgbValue, a) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16)) / 255.0 green:((float)((rgbValue & 0xFF00) >> 8)) / 255.0 blue:((float)(rgbValue & 0xFF)) / 255.0 alpha:a] |
| | |
| | | if (_titleUILabel == Nil) { |
| | | _titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)]; |
| | | _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0]; |
| | | _titleUILabel.textColor = HEXCOLORA(0X1B2D4D, 1.0); |
| | | _titleUILabel.textColor = TextColor; |
| | | _titleUILabel.text = @""; |
| | | _titleUILabel.textAlignment = NSTextAlignmentCenter; |
| | | } |
| | |
| | | if (_titleUILabel == Nil) { |
| | | _titleUILabel = [[UILabel alloc] initWithFrame:CGRectMake(90, APP_STATUS_BAR_HEIGHT, self.view.frame.size.width - 180, 44)]; |
| | | _titleUILabel.font = [UIFont fontWithName:APP_UIFont_BOLD size:17.0]; |
| | | _titleUILabel.textColor = HEXCOLORA(0X1B2D4D, 1.0); |
| | | _titleUILabel.textColor = TextColor; |
| | | _titleUILabel.text = @""; |
| | | _titleUILabel.textAlignment = NSTextAlignmentCenter; |
| | | } |
| | |
| | | #define GetRealHeight(H) H / (DesignHeight * 1.0f / APP_SCREEN_HEIGHT) |
| | | |
| | | |
| | | #define TextColor HEXCOLORA(0x333333, 1.0) |
| | | #define TextSelectColor HEXCOLORA(0xFB744A, 1.0) |
| | | #define TextColor HEXCOLORA(0x1B2D4D, 1.0) |
| | | #define TextSelectColor HEXCOLORA(0x4484F4, 1.0) |
| | | /** WEAKSELF_AT */ |
| | | #define WEAKSELF_AT __weak __typeof(&*self)weakSelf_AT = self; |
| | | #define HEXCOLORA(rgbValue, a) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16)) / 255.0 green:((float)((rgbValue & 0xFF00) >> 8)) / 255.0 blue:((float)(rgbValue & 0xFF)) / 255.0 alpha:a] |