BastiaanJansen / toast-swift

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

Custom font #7

Closed Prorokius closed 1 year ago

Prorokius commented 2 years ago

Can I change font for Toast title? No any information about this

BastiaanJansen commented 2 years ago

Hi, currently it is not possible to change the font to the existing toast views. You could of course create your own toast view with a different font. (I think you could even extend the AppleToastView class and change the font, so you don't have to create the layout from scratch.)

Nikoloutsos commented 1 year ago

@BastiaanJansen I have an implementation that allows NSAttributedString. Let me know if we want it so that I PR it.

BastiaanJansen commented 1 year ago

That would be great!

Nikoloutsos commented 1 year ago

@BastiaanJansen I think this PR resolves this issue 😄

BastiaanJansen commented 1 year ago

Thanks! It is included in version 1.2.0!