Closed jjksam closed 9 years ago
May be some other inputAccessoryView is assigned with your textField?
Could you please send me demo project?
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];
ok, thanks, I'll do some workaround to handle this.
We have a project using this framework, check the attachement. iOS 9, iPhone 5, iPhone 6 or iOS 8 both have this problem.