FontSizeModify icon indicating copy to clipboard operation
FontSizeModify copied to clipboard

xib的字体在awakeFromNib里重新设置的字体不管用

Open xiaohange opened this issue 8 years ago • 4 comments

是不是因为先走的编译替换方法, 后走的初始化

xiaohange avatar Oct 27 '17 09:10 xiaohange

是的

ywdonga avatar Oct 27 '17 09:10 ywdonga

@ywdonga Method smp = class_getInstanceMethod([self class], @selector(systemFontOfSize:)); Method mySmp = class_getInstanceMethod([self class], @selector(mySystemFontOfSize:)); 这样行吗

xiaohange avatar Oct 27 '17 10:10 xiaohange

Method smp = class_getInstanceMethod([self class], @selector(systemFontOfSize:)); Method mySmp = class_getInstanceMethod([self class], @selector(mySystemFontOfSize:));

xiaohange avatar Oct 27 '17 10:10 xiaohange

替换掉系统的systemFontOfSize 或者 setFont

xiaohange avatar Oct 27 '17 10:10 xiaohange