We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadd0c6 commit 09d1c06Copy full SHA for 09d1c06
2 files changed
Coding_iOS/Util/OC_Category/UIView+Common.m
@@ -432,7 +432,7 @@ - (void)configWithType:(EaseBlankPageType)blankPageType hasData:(BOOL)hasData ha
432
_tipLabel = [[UILabel alloc] initWithFrame:CGRectZero];
433
_tipLabel.backgroundColor = [UIColor clearColor];
434
_tipLabel.numberOfLines = 0;
435
- _tipLabel.font = [UIFont systemFontOfSize:17];
+ _tipLabel.font = [UIFont systemFontOfSize:15];
436
_tipLabel.textColor = [UIColor lightGrayColor];
437
_tipLabel.textAlignment = NSTextAlignmentCenter;
438
[self addSubview:_tipLabel];
Coding_iOS/Vendor/KxMenu/KxMenu.m
100755
100644
0 commit comments