简体   繁体   中英

How to change default System font for xib?

I've swizzled systemFontOfSize:, boldSystemFontOfSize:, and systemFontOfSize:weight: but when I set the font to "System" in a xib it still sets it to the default value. How can I change the default "System" font for xibs?

I know I swizzled these methods properly because when they are called programmatically it works as expected.

I'm not interested in a solution related to setting label appearance because I need to be able to change the font size.

In my suggest, you can also swizzled initWithCoder: for UILalbel ,UIButton ,UITextField. And modify the font according to your need in the swizzling method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM