iPhone text editor syntax highlight
- by Jack
Hi,
As the title suggests, I am trying to add a text editor with syntax highlighting to a project.
I have asked a similar question before and got pointed in the direction of either:
a) a UITextView and NSAttributedStrings
Or
b) a web view
Can anyone shed some light on using either of These methods or suggest an alternative? I have searched around for a few hours now and have found nothing.
Jack