update name method
This commit is contained in:
parent
bad190a3ab
commit
e4d8e3695b
@ -347,7 +347,7 @@ CGFloat const LabelWithInternalButtonLineSpace = 2;
|
|||||||
return [MFFonts mfFont75Bd:size];
|
return [MFFonts mfFont75Bd:size];
|
||||||
}
|
}
|
||||||
|
|
||||||
+(nullable UIFont *)fontFiveGMessage:(BOOL)genericScaling {
|
+(nullable UIFont *)font5GMessage:(BOOL)genericScaling {
|
||||||
CGFloat size = 16;
|
CGFloat size = 16;
|
||||||
if (genericScaling) {
|
if (genericScaling) {
|
||||||
size = [self sizeFontGenericForCurrentDevice:size];
|
size = [self sizeFontGenericForCurrentDevice:size];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user