BSKeyboardControls icon indicating copy to clipboard operation
BSKeyboardControls copied to clipboard

Custom Background color

Open cytryn opened this issue 11 years ago • 1 comments

Is there a way to set custom background color?

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

cytryn avatar Aug 22 '14 20:08 cytryn

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

worked for me.

williamnoto avatar Mar 24 '15 10:03 williamnoto