Commit 2bb15a4d authored by 汪洋's avatar 汪洋

删除Util中的log

parent d48de98b
......@@ -11,7 +11,6 @@
@implementation UIFont (GMBase)
+ (UIFont *)navigationFontWithSize:(NSInteger)size {
UIFont *font = [UIFont fontWithName:@"FZLTHThin--GB1-4-YS" size:size];
NSLog(@"OCNavigatioinBar 没有找到字体:FZLTHThin--GB1-4-YS");
if (!font) {
if(([[[UIDevice currentDevice] systemVersion] compare:@"9.0" options:NSNumericSearch] != NSOrderedAscending)) {
return [UIFont fontWithName:@"PingFangSC-Regular" size:size];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment