cruffenach / CRToast

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

Space between title and subtitle when subtitle is long #228

Open igorkulman opened 6 years ago

igorkulman commented 6 years ago

I use a toast with icon, title and subtitle. I only want the subtitle to be one line, so setting kCRToastSubtitleTextMaxNumberOfLinesKey to 1.

When the subtitle is some short text, it works fine

image

but with a longer subtitle there is a strange space between the title and the subtitle

image

I guess a sizeToFit call is missing somewhere.