iPhone text editor syntax highlight
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-06-09T13:29:32Z
Indexed on
2010/06/09
13:32 UTC
Read the original article
Hit count: 331
iphone
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
© Stack Overflow or respective owner