Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created March 3, 2014 08:24
Show Gist options
  • Save pbrewczynski/9320690 to your computer and use it in GitHub Desktop.
Save pbrewczynski/9320690 to your computer and use it in GitHub Desktop.
[textView.textStorage beginEditing];
[textView.textStorage addAttribute:NSFontAttributeName value: [UIFont fontWithDescriptor:[[ft fontDescriptor] fontDescriptorWithSymbolicTraits:UIFontDescriptorTraitBold] size:20] range:range];
[textView.textStorage endEditing];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment