0

When I create a new control (i.e. 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. i.e. changing the setting will update all controls set to "System".

theDuncs
  • 4,501
  • 4
  • 37
  • 61

1 Answers1

2

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

Community
  • 1
  • 1
Jeff Kelley
  • 18,860
  • 6
  • 69
  • 80