ilyainyushin/ISMessages

Icon nil

Closed this issue · 1 comments

Bejil commented

Hi,

you should consider testing iconImage in the initCardAlertWithTitle function.
self.iconImageSize = iconImage==nil?CGSizeZero:CGSizeMake(35.f, 35.f);

Like this the notification can have no image and full width texts.

Hey @Bejil , thank you for waiting. I did that.

v. 1.2

  pod update ISMessages