YahooArchive / YangMingShan

YangMingShan is a collection of iOS UI components that we created while building Yahoo apps.
Other
638 stars 97 forks source link

#11 customizable fonts #12

Closed pauljonescodes closed 8 years ago

pauljonescodes commented 8 years ago

Allows users of this framework to customize the fonts using the theme API, for instance:

pickerViewController.theme.titleLabelFont = UIFont.customFontWithSize(18)
pickerViewController.theme.fontForAlbumNameAndCount = UIFont.otherCustomFontWithSize(18)
pickerViewController.theme.fontForPhotoSelectionOrder = UIFont.customFontBoldWithSize(17)
yahoocla commented 8 years ago

Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! :smile:

yahoocla commented 8 years ago

CLA is valid!

ZZBHuang commented 8 years ago

@PLJNS I sent a PR to your fork. Please check it out.

ZZBHuang commented 8 years ago

@PLJNS Looks good. I'll merge it after travis passes this build.

pauljonescodes commented 8 years ago

Thanks!