I was wondering how to suppress the warning:
Category is implementing a method which will also be implemented by
its primary class.
I have this for a specific code category:
+ (UIFont *)systemFontOfSize:(CGFloat)fontSize {
return [self aCustomFontOfSize:fontSize];
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…