Syntax highlighting on iPhone Text-Editor
I want to write a simple text editor for iPhone with syntax highlighting support for c, c ++. But the problem is I don't know how to do it. The first solution I thought of was to go to text and highlight the keywords when the UITextView value changed, but I think if I got over 1000 lines of code that doesn't work very well.
Thanks for the help!
+2
a source to share