Open lrivera8 opened 6 years ago
same issue I am facing
Even I am facing the same issue. please suggest something.
Check your class and Module are ExpandableLabel ?
Same issue here
I am also facing the same issue on swift 4.2
Even I am facing this same issue in UICollectionViewCell whereas its working fine with UITableViewCell.
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?