Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Custom Background color #42

Open
cytryn opened this issue Aug 22, 2014 · 1 comment
Open

Custom Background color #42

cytryn opened this issue Aug 22, 2014 · 1 comment

Comments

@cytryn
Copy link

cytryn commented Aug 22, 2014

Is there a way to set custom background color?

I tried
self.keyboardControls.backgroundColor = [UIColor blackColor];
but nothing happened

@williamnoto
Copy link

try:
_keyboardControls.barTintColor = [UIColor blackColor];
_keyboardControls.barStyle = UIBarStyleBlackOpaque;

worked for me.

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

No branches or pull requests

2 participants