BastiaanJansen / toast-swift

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

Add support for iOS 11 #8

Closed giobass closed 2 years ago

giobass commented 2 years ago

I had to used this library on an app that still support iOS 11. To make it works on iOS 11 i had to assign backgroundColor = lightBackgroundColor when userInterfaceStyle is not available.