BastiaanJansen / toast-swift

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

Extracted AppleToastView configuration options to a struct. Fixes #38 #39

Closed twomedia closed 10 months ago

twomedia commented 10 months ago

Moved the AppleToastView configuration options to a struct & updated the Toast convenience functions to include it.

This fixes #38 and allows users to configure the ToastView from the Toast convenience functions.