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 132 forks source link

Update examples to use iOS 8 #12

Closed Krelborn closed 9 years ago

Krelborn commented 9 years ago

Don't want to use deprecated code. Need to make sure everything works properly on iOS 8. Replace deprecated stuff in the demo app with iOS 8 equivalents. Mostly just replace UIAlertView with UIAlertController.

Krelborn commented 9 years ago

Done in the the develop branch. Will be included in 1.0.0 release.

Krelborn commented 9 years ago

Done in 1.0.0 release.