apploft / ExpandableLabel

A simple UILabel subclass that shows a tappable link if the content doesn't fit the specified number of lines
MIT License
463 stars 126 forks source link

Swift42 part2 #68

Closed tachtevrenidis closed 5 years ago

tachtevrenidis commented 5 years ago

added @objc on public methods so the class can still be used in Objc

tachtevrenidis commented 5 years ago

this is to fix: #67

tachtevrenidis commented 5 years ago

@tinora can we merge this?

tinora commented 5 years ago

@tachtevrenidis Thanks for your effort and sorry for the delay!