Hello, I am iOS developer who is developing a custom keyboard. Our team have been having trouble with the UIKeyboardDidChangeFrameNotification. I am looking for some help.
My keyboard extension has a function that increases the keyboard height when enabled. However, the host can not always get the
UIKeyboardDidChangeFrameNotification on such changes, causing layout problems in the hosting app.
And here is my setup: Xcode 12.5, iOS 14.7.1 on iPhone 12 Pro Max. I debugged with a UITextField in a dummy application.
One way to reproduce this issue is like this:
Launch my keyboard in the hosting app (UIKeyboardDidChangeFrameNotification is received as expected)
Toggle keyboard height change (UIKeyboardDidChangeFrameNotification is NOT received sometimes)
Return to home. Open the hosting app, where my keyboard has resumed its normal height. (UIKeyboardDidChangeFrameNotification is NOT received sometimes)
If anyone has met the same issue, please leave a comment below :). Thanks a lot.
Post
Replies
Boosts
Views
Activity
Hi, i'm a iOS developer who is developing a custom keyboard. Recently i found my keyboard was removed from device's keyboard list automatically in iOS15+, and i had meet several times since i updated my system version to iOS15.
Please leave me a message if you met the same situation or have something info to tell.
Thanks a lot!
Hi,
i have met error below when i tried to po one attributes of an instance in my Xcode lldb:
error: type for self cannot be reconstructed: type for typename "$xxxxx" was not found (cached)
error: Couldn't realize Swift AST type of self. Hint: using `v` to directly inspect variables and fields may still work.
Is there anybody met the same error before? I urgently want to know why this happen and how to fix this issue.
My macOS Version is Sequoia v15.0.1, Xcode16.0. This problem showed after i upgraded my macOS and Xcode version.