Skip to content
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 Background Colours & Updated to swift 3 #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattpaletta
Copy link

If you don't change the background colour from grey, then it defaults to the default colours.

@otbox21
Copy link

otbox21 commented Jul 11, 2018

@mattpaletta, I'm looking at your work to be able to change BG colors of the keyboard, but I can't find it! Can you point me in the right direction please?

@mattpaletta
Copy link
Author

@otbox21 Yup! It was in KeyboardViewController, line 187

if GlobalColors.keyboardBackground != UIColor.gray {
    self.view?.backgroundColor = GlobalColors.keyboardBackground
}

@otbox21
Copy link

otbox21 commented Jul 11, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants