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

Getting an Error for IB_DESIGNABLE #43

Open robmontesinos opened 9 years ago

robmontesinos commented 9 years ago

Getting the following error on Main.storyboard 'Failed to update auto layout status: Failed to load designable from path (null)'

I am using Xcode 7 on iOS8 - this error suddenly appeared who I upgraded to Xcode 7.

Any ideas?

cculos commented 8 years ago

You aren't the only one that's noticed this. I'd be interested to see what a workaround could be; has this by chance affected your ability to detect touch events on the links themselves?