delba / TextAttributes

An easier way to compose attributed strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use underlineStyle(.single) cause crash app

daoan1412 opened this issue · comments

App Error
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__SwiftValue _getValue:forType:]: unrecognized selector sent to instance 0x2807a3420'
Similar https://stackoverflow.com/questions/46092027/setting-nsunderlinestyle-causes-unrecogognized-selector-exception
Env: Xcode 11.2

Hi @daoan1412, thank you so much, very good catch!
It has been fixed in 2.0.2 (the pod version is available) along with strikethroughStyle (see ff5e84c)
Thanks again :)