Skip to content

Support Dark Keyboard on iOS 13 when Dark Mode is enabled #58

@thejeff77

Description

@thejeff77

Keyboard has white background on iOS 13 when in dark mode.

For reference, if this helps speed up implementation:

        if #available(iOS 13, *) {
            if (vc.traitCollection.userInterfaceStyle == .dark) {
                // Make keyboard background dark.
            }
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions