Created
January 19, 2016 01:10
-
-
Save thornpig/7b5784fa9d19a1eb217b to your computer and use it in GitHub Desktop.
Fix to font attribute not being applied to label attreibutedtext
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
self.newsFeedDescriptionLabel.font = nil; //without this line the font attribute may not apply to the label |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment