vikmeup / SCLAlertView-Swift

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

Dark Mode support? #460

Closed Sweeper777 closed 8 months ago

Sweeper777 commented 4 years ago

SCLAlertView still has a while background in dark mode. This looks especially bad if there is a text field:

スクリーンショット 2019-10-20 9 36 22
jeffbailey commented 4 years ago

I worked around this by using SCLAppearance, but it's a pain. Not sure about using a text field though. The one issue is that the contentViewBorder uses a cgColor in the setup method and this is tricky if you override system appearance with overrideUserInterfaceStyle property on a view controller.

algrid commented 8 months ago

should be fixed in https://github.com/vikmeup/SCLAlertView-Swift/pull/502