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

Phones detection handling #40

Open Maxatma opened 8 years ago

Maxatma commented 8 years ago

Hi, Matthew. I have found your awesome project. In my application it need to have phones detection (it is common thing, isn't it?) too, so i reworked your project a bit. If it is useful for you, you can pull my work)

Best regards.

GuntisTreulands commented 8 years ago

It sure will help me, as I needed same thing. Thanks a lot!

But, I don't understand why did you reformat the code as well.. (If you are adding a new functionality and providing possibility to merge, then at least leave the code structure intact) (just my opinion)

Maxatma commented 8 years ago

Nice to know it's needed by someone ^_^ I reformat code always when i work with it, so i get better readability. I think it looks better with reformatting, hope you too)