We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using a translucent navigation bar in combination with auto setting content insets. Which means my top insets is often 64pt.
For some reason keyboardWillHide: gets called without keyboardDidShow:. I think this is an iOS9 thing & not investigated properly yet.
keyboardWillHide:
keyboardDidShow:
But this results in originalTableContentInset never being set & my content insets being set to zero within the keyboardWillHide: method.
originalTableContentInset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using a translucent navigation bar in combination with auto setting content insets.
Which means my top insets is often 64pt.
For some reason
keyboardWillHide:
gets called withoutkeyboardDidShow:
. I think this is an iOS9 thing & not investigated properly yet.But this results in
originalTableContentInset
never being set & my content insets being set to zero within thekeyboardWillHide:
method.The text was updated successfully, but these errors were encountered: