FXForms icon indicating copy to clipboard operation
FXForms copied to clipboard

originalTableContentInset not always set correctly.

Open markst opened this issue 10 years ago • 0 comments

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.

But this results in originalTableContentInset never being set & my content insets being set to zero within the keyboardWillHide: method.

markst avatar Nov 27 '15 01:11 markst