Closed JosephShenton closed 6 years ago
Hey @JosephShenton, one quick question, where did you find about out highlightr? I am seeting a lot of traffic, but I have no idea were is coming from.
I found out by Googling "Swift Syntax highlighter github"
Well, that doesn't explain the rest of the people :S ... But, thank you.
@JosephShenton can you please share with us how you resolved this? I have the same problem.
I realised that the theme was indeed working, just that the background color of the UITextView
also needed to be set:
textView.backgroundColor = textStorage.highlightr.theme.themeBackgroundColor
For some reason the theme isn't setting. It's probably really easy but i can't figure it out
heres my code