hackiftekhar / IQKeyboardManager

Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.
MIT License
16.47k stars 2.41k forks source link

keyboard become black, and can't see the done button. #301

Closed jjksam closed 9 years ago

jjksam commented 9 years ago

We have a project using this framework, check the attachement. iOS 9, iPhone 5, iPhone 6 or iOS 8 both have this problem. black_done

hackiftekhar commented 9 years ago

May be some other inputAccessoryView is assigned with your textField?

hackiftekhar commented 9 years ago

Could you please send me demo project?

jjksam commented 9 years ago

I found the problem by using a demo project. I set the appearance of UIToolbar which will affect all the toolbar.

[[UIToolbar appearance] setBackgroundImage:[[UIImage imageNamed:@"tabbar_bg_semi"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0, 0)] forToolbarPosition:UIBarPositionBottom barMetrics:UIBarMetricsDefault];

hackiftekhar commented 9 years ago

ok, thanks, I'll do some workaround to handle this.