gianpispi / Bauletto

Display iOS 13 style banner with ease.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title not showed with Icon and if Icon is nil showed empty space

VladK9 opened this issue · comments

If icon is nil
let settings = BaulettoSettings(icon: nil, title: "Test title", dismissMode: .never) Bauletto.show(withSettings: settings)
IMG_6142

with icon
let settings = BaulettoSettings(icon: UIImage(systemName: "checkmark.seal.fill"), title: "Test title", dismissMode: .never) Bauletto.show(withSettings: settings)
IMG_6141

Hi VladK9,

A fix is coming. Thanks for pointing it out.

Gianpiero

It should work now. If it is not, please feel free to reopen this issue.

Thank you,
Gianpiero