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,649
  • 4
  • 39
  • 63

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
  • 19,021
  • 6
  • 70
  • 80