apploft / ExpandableLabel

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

Delegate function not being called #53

Open lrivera8 opened 6 years ago

lrivera8 commented 6 years ago

The functions willExpandLabel, didExpandLabel, etc are not being called.

I added ExpandableLabelDelegate to my controller class and label.delegate = self on the ExpandableLabel.

Any solution?

devender54321 commented 6 years ago

same issue I am facing

mansi2mittal commented 6 years ago

Even I am facing the same issue. please suggest something.

devender54321 commented 6 years ago

Check your class and Module are ExpandableLabel ?

Alwin-Lazar commented 6 years ago

Same issue here

Instadex commented 5 years ago

I am also facing the same issue on swift 4.2

venachampaneri7 commented 5 years ago

Even I am facing this same issue in UICollectionViewCell whereas its working fine with UITableViewCell.