gpt4 book ai didi

ios - iOS-检测软件键盘高度

转载 作者:行者123 更新时间:2023-12-01 17:07:52 26 4
gpt4 key购买 nike

我正在将新模拟器与iOS7和iOS8配合使用。 Cmd-K切换软件键盘-模拟硬件键盘。检测软键盘是否已显示的最佳方法是什么?

我正在观察UIKeyboardWillShowNotification,但是即使没有显示软件键盘,它也会返回软件键盘的高度(在我的情况下为266)。

NSValue* keyboardFrameBegin = [keyboardInfo valueForKey:UIKeyboardFrameEndUserInfoKey];

有没有办法确定是否显示软件键盘?

谢谢您的帮助!

最佳答案

我认为您正在寻找的是keyboardDidShow Notification而不是:

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardDidShow) name:UIKeyboardDidShowNotification object:nil];

关于ios - iOS-检测软件键盘高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26171978/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com