修改文本大小
This commit is contained in:
parent
664f1024f2
commit
699973ea0d
|
|
@ -70,7 +70,7 @@
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>474</string>
|
<string>475</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
|
|
|
||||||
|
|
@ -470,7 +470,7 @@
|
||||||
|
|
||||||
-(void)btnCliCk:(UIButton*)btn{
|
-(void)btnCliCk:(UIButton*)btn{
|
||||||
|
|
||||||
if (self.customModeOn) {
|
if (!self.customModeOn) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -775,7 +775,7 @@
|
||||||
|
|
||||||
}else if (indexPath.section!=0){
|
}else if (indexPath.section!=0){
|
||||||
|
|
||||||
if (self.customModeOn) {
|
if (!self.customModeOn) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@
|
||||||
UILabel *tempLbl = [UILabel new];
|
UILabel *tempLbl = [UILabel new];
|
||||||
[self.button addSubview:tempLbl];
|
[self.button addSubview:tempLbl];
|
||||||
tempLbl.tag = 1;
|
tempLbl.tag = 1;
|
||||||
tempLbl.font = [UIFont boldSystemFontOfSize:14];
|
tempLbl.font = [UIFont boldSystemFontOfSize:16];
|
||||||
tempLbl.textColor = [UIColor lightGrayColor];
|
tempLbl.textColor = [UIColor lightGrayColor];
|
||||||
tempLbl.textAlignment = NSTextAlignmentCenter;
|
tempLbl.textAlignment = NSTextAlignmentCenter;
|
||||||
tempLbl.translatesAutoresizingMaskIntoConstraints = NO;
|
tempLbl.translatesAutoresizingMaskIntoConstraints = NO;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue