-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for iOS 13 Dark Mode #97
base: master
Are you sure you want to change the base?
Conversation
Changed color references to dynamic iOS 13 colors (with #available check for iOS 12 and earlier support) Default color assignment moved to functions so availability check can be applied
Added support for iOS 13 Dark mode with bug fixes in datepickerdialog ios #97
Support for iOS 13 Dark mode with bug fixes #97`// import Foundation private extension Selector { public class DatePickerDialog: UIView {
// MARK: - Helpers
} |
This PR is to add support for the new iOS 13 Dark mode.
Changes made:
Changed color references to dynamic iOS 13 colors (with #available check for iOS 12 and earlier support)
Default color assignment in initializer moved to functions so availability check can be applied