SimonFairbairn / SwiftyMarkdown

Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
MIT License
1.64k stars 275 forks source link

Unable to set color for BOLD #58

Closed talk2cerlin closed 4 years ago

talk2cerlin commented 5 years ago

Code

md.bold.color = UIColor.blue
md.bold.fontName = "Muli-Bold"
md.bold.fontSize = 16

Font name and font size works but color is not working. Any idea why?