petrpavlik / PPLabel

UILabel subclass with detection of touches on individual characters
90 stars 26 forks source link

When the label attribute text contain some emoji, CTFrameGetLines() function return 0 line. #7

Open WilliamCheen opened 8 years ago

WilliamCheen commented 8 years ago

My attribute text contains some emoji, but the method 'characterIndexAtPoint:' can't return the current 'CFIndex'.

petrpavlik commented 8 years ago

Hi @WilliamCheen, I haven't touched this thing in a while and don't really plan to do so in the near future. I'd suggest you using https://github.com/TTTAttributedLabel/TTTAttributedLabel instead.