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

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

I guess a sizeToFit call is missing somewhere.
I use a toast with icon, title and subtitle. I only want the subtitle to be one line, so setting
kCRToastSubtitleTextMaxNumberOfLinesKeyto1.When the subtitle is some short text, it works fine
but with a longer subtitle there is a strange space between the title and the subtitle
I guess a
sizeToFitcall is missing somewhere.