cruffenach / CRToast

A modern iOS toast view that can fit your notification needs
MIT License
4.17k stars 463 forks source link

Long text being cut off #203

Closed Japspre closed 8 years ago

Japspre commented 8 years ago

If the text is too long for the label, it is currently being cut off. Is there some support for long strings out-of-the-box, or should we add support for adjustsFontSizeToFitWidth & minimumScaleFactor ourselves?

Japspre commented 8 years ago

Well, I fixed it by creating a method which returns the preferredHeight.