Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在它出现时删除键盘后面的白色背景。
见附图!
感谢帮助!
如果我不得不猜测,我会说您的代码没有动画化它所做的任何事情,以将内容从键盘下方移出。尝试将该代码放在动画块中,甚至完全删除它。使用UIKeyboardAnimationDurationUserInfoKey和UIKeyboardAnimationCurveUserInfoKey匹配键盘的内置动画。
UIKeyboardAnimationDurationUserInfoKey
UIKeyboardAnimationCurveUserInfoKey
我的预感是你设置了一个输入附件视图。确保[myTextView setInputAccessoryView:nil];
[myTextView setInputAccessoryView:nil];