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.
我想检测键盘是否显示。我发现了一些其他的帖子,它们遍历 UIWindow 的子视图以找到键盘,但如果这是唯一的方法,那么我会想出别的办法。我想我也可以观察 UIKeyboard 通知,但我猜那里有一个更清洁的解决方案。
我不确定在观察 UIKeyboard 通知时什么是“脏”的,但它肯定比遍历 UIWindow 层次结构要好。