简体   繁体   中英

Change “System” font in XCode / XIB

When I create a new control (ie a UILabel ) in XCode 4.2, it defaults the label to Helevtica.

Can anyone tell me where this is set (I'm assuming when it says "System" font, it means for Xcode as a whole, or my entire OS).

And is this something that can be overridden for the whole Application. ie changing the setting will update all controls set to "System".

Check out the UIAppearance protocol. You can use it to define UI settings for whole classes. See this question .

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