optonaut / ActiveLabel.swift

UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift
MIT License
4.47k stars 686 forks source link

ActiveLabel.appearance().textColor causes crash #195

Closed silviust7 closed 5 years ago

silviust7 commented 7 years ago

ActiveLabel.appearance().textColor will cause EXC_BAD_ACCESS(code=2, address=..) crash I'm guessing because of the override of the textColor property.

rnkyr commented 7 years ago

Looks like ActiveLabel doesn't support .appearance() at all.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.