BastiaanJansen / toast-swift

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

Dismiss callback #16

Closed jimmy510s closed 1 year ago

jimmy510s commented 1 year ago

Is there a way to know when the toast is dismissed? Something like a delegate or a callback?

BastiaanJansen commented 1 year ago

Currently not, but contributions are welcome!

BastiaanJansen commented 1 year ago

Implemented in v1.1.2, thanks to @Zandor300.