BastiaanJansen / toast-swift

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

Support UILabel.numberOfLines #44

Closed FromAtom closed 10 months ago

FromAtom commented 10 months ago

This is a P-R to resolve Issue #36.

This P-R is based on https://github.com/BastiaanJansen/toast-swift/pull/37 and the comment https://github.com/BastiaanJansen/toast-swift/pull/37#issuecomment-1717836140 .

There was already a NumberOfLines parameter in the ToastViewConfiguration but it was not used. So I changed the implementation to use the value in IconAppleToastView and TextAppleToastView.