vikmeup / SCLAlertView-Swift

Beautiful animated Alert View. Written in Swift
MIT License
5.3k stars 760 forks source link

Fixing issue #439 - set gradient background color #484

Open spneshaei opened 3 years ago

spneshaei commented 3 years ago

Fixing issue #439 - Now SCLAppearance includes a gradientColors array (also included as a parameter in the initializer; when not provided, it would default to be an empty array); also, the necessary code for setting the gradient is implemented in SCLAlertView. The gradient will only be set if the gradientColors array is found to be non-empty.