GLTapLabelDemo
GLTapLabelDemo copied to clipboard
UILabel with tap detection on words.
The crash fix was such a long time ago that I can't remember exactly how to reproduce, but it was related to a crash coming from something like setting the...
This will bomb out with tokens starting with a $.
In the one of the .m files there's an issue with calculating the range on the + and different emojis. I fixed it see my solution here http://stackoverflow.com/questions/12579993/issue-with-gltaplabel-certain-chars-dont-get-drawn/13049417#13049417
The following string: @"Image | Code" causes the label to crash. Am testing a fix right now.
It does not work for long word.
always draws in left alignment
[self.textColor set] in drawTextInRect would do it