修改文本大小
This commit is contained in:
+2
-2
@@ -470,7 +470,7 @@
|
||||
|
||||
-(void)btnCliCk:(UIButton*)btn{
|
||||
|
||||
if (self.customModeOn) {
|
||||
if (!self.customModeOn) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -775,7 +775,7 @@
|
||||
|
||||
}else if (indexPath.section!=0){
|
||||
|
||||
if (self.customModeOn) {
|
||||
if (!self.customModeOn) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -173,7 +173,7 @@
|
||||
UILabel *tempLbl = [UILabel new];
|
||||
[self.button addSubview:tempLbl];
|
||||
tempLbl.tag = 1;
|
||||
tempLbl.font = [UIFont boldSystemFontOfSize:14];
|
||||
tempLbl.font = [UIFont boldSystemFontOfSize:16];
|
||||
tempLbl.textColor = [UIColor lightGrayColor];
|
||||
tempLbl.textAlignment = NSTextAlignmentCenter;
|
||||
tempLbl.translatesAutoresizingMaskIntoConstraints = NO;
|
||||
|
||||
Reference in New Issue
Block a user