cruffenach / CRToast

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

If text is too long, how to fix that? #230

Open tounaobun opened 6 years ago

tounaobun commented 6 years ago

If text is too long, how to fix that?

tounaobun commented 6 years ago

The text will be cut if length is too long, thus can not see the whole content. How to fix it?

rondinellimorais commented 6 years ago

define options[kCRToastSubtitleTextKey] = nil and see if it works