Quantcast
Channel: Notes of a Developer » iPad
Viewing all articles
Browse latest Browse all 11

Subclass of UITextView with syntax highlighting for iOS 5.0 not finished (just sample)

$
0
0

With new iOS 6.0 everyone junior iOS developer can do code editor application with syntax highlighting. Because UITextView has attribute attributedText, which has enough parameters and functionality for it.

So, I want to say, my old project does not have sense. :)

The last build shared on git hub and everyone can modify it and try to finish, because it still not completed. Still has a problem with word wrap.

Maybe someone will get something new for self. Because this project used CoreText and CoreGraphics framework.

Enjoy!

The post Subclass of UITextView with syntax highlighting for iOS 5.0 not finished (just sample) appeared first on Notes of a Developer.


Viewing all articles
Browse latest Browse all 11

Trending Articles