BastiaanJansen / toast-swift

Customizable Swift Toast view built with UIKit. 🍞
MIT License
467 stars 77 forks source link

Image doesn't show up #26

Closed csmac3144 closed 1 year ago

csmac3144 commented 1 year ago

Our app is a hybrid SwiftUI / UIKit app that forces Dark Mode at all times.

I've tried everything to get the image to appear, but it is always just a blank spot. Even the sample code doesn't work:

let toast = Toast.default( image: UIImage(systemName: "airpodspro")!, title: "Airpods Pro", subtitle: "Connected" ) toast.show()

The toast shows up as expected, but with a blank area instead of an image.