BastiaanJansen/toast-swift

Image doesn't show up

Closed this issue · 0 comments

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.