Krelborn / KILabel

A simple to use drop in replacement for UILabel for iOS 7 and above that highlights links such as URLs, twitter style usernames and hashtags and makes them touchable.
MIT License
470 stars 133 forks source link

Return string without @ and # for KILinkTapHandler. #38

Open RyanTLX opened 8 years ago

RyanTLX commented 8 years ago

Hi,

When getting the value of string from KILinkTapHandler, it's easy to delete the @ and # manually in our own apps but I'm thinking that it doesn't makes sense for KILinkTapHandler to return the string value with symbols?

That way, we can immediately use the returned string for our whatever purposes without having to specifically search and remove the symbols.

Its easier to add the symbols with stringWithFormat than to remove them anyway.

What do you think?

Cheers!