Delegate function not being called
lrivera8 opened this issue · 6 comments
lrivera8 commented
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
same issue I am facing
mansi2mittal commented
Even I am facing the same issue. please suggest something.
devender54321 commented
Check your class and Module are ExpandableLabel ?
Alwin-Lazar commented
Same issue here
Instadex commented
I am also facing the same issue on swift 4.2
venachampaneri7 commented
Even I am facing this same issue in UICollectionViewCell whereas its working fine with UITableViewCell.