【发布时间】:2011-03-16 23:22:39
【问题描述】:
如何设置特定于UITextField 的自定义键盘?当我更改using this method 时,我的应用程序中的所有键盘都更改为这个新的自定义键盘。我补充说:
[[NSNotificationCenter defaultCenter] addObserver:self.view
selector:@selector(keyboardWillShow:)
name:UIKeyboardWillShowNotification
object:nil];
在UIViewController 中。但是在转到UIView 之后,其他UIViewControllers 中的键盘也看起来像新的自定义键盘。如何将自定义键盘限制为只有一个UIView?请帮我。提前致谢。
【问题讨论】:
标签: iphone keyboard uikeyboard