Created
February 9, 2015 08:23
-
-
Save atsumori/7efdfb41b6fca0b3ad47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 一括でラベルのフォントをヒラギノのサイズ14.0fに統一する | |
UILabel.appearance().font = UIFont(name: "HiraKakuProN-W3", size: 14.0) | |
UITextView.appearance().font = UIFont(name: "HiraKakuProN-W3", size: 14.0) | |
UITextField.appearance().font = UIFont(name: "HiraKakuProN-W3", size: 14.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment