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

Close button not working #54

Open devender54321 opened 6 years ago

devender54321 commented 6 years ago

Close button is not Working and one more Thing in delegate method for ...More I want to reload a particular cell not the entire tableView

notice commented 5 years ago

may not pass text alignment of close string to flushFactorForTextAlignment(), if use other than .left alignment.

https://github.com/apploft/ExpandableLabel/blob/master/Classes/ExpandableLabel.swift#L519