Skip to content

Instantly share code, notes, and snippets.

@thornpig
Created January 19, 2016 01:10
Show Gist options
  • Save thornpig/7b5784fa9d19a1eb217b to your computer and use it in GitHub Desktop.
Save thornpig/7b5784fa9d19a1eb217b to your computer and use it in GitHub Desktop.
Fix to font attribute not being applied to label attreibutedtext
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