BastiaanJansen / toast-swift

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

Custom styles #19

Closed nandorojo closed 1 year ago

nandorojo commented 1 year ago

Is it possible to customize the font family, text & background colors, etc?

Thanks for the awesome library!

BastiaanJansen commented 1 year ago

Hi, it is currently not possible to customize the font family, text & background colors with the default toast views. You could make your own ToastView. Contributions are always welcome.