FXForms icon indicating copy to clipboard operation
FXForms copied to clipboard

Keyboard pushing up table when it isn't necessary.

Open mirceamironenco opened this issue 11 years ago • 3 comments

Similar to #3.

Hello , i'm still having a problem with a custom footer view.If i set the footer height in heightForFooterInSection it moves the scrollview (table) up when it isn't necessary, see images for explanation. edit: removed images , solution is disabling keyboard notifs.

mirceamironenco avatar Jul 24 '14 06:07 mirceamironenco

+1 for adding support for disabling keyboard notifications. my solution for now: [[NSNotificationCenter defaultCenter] removeObserver:formController]; after initialising the FXFormController

markst avatar Aug 06 '14 14:08 markst

@markst Perfect workaround, thanks for sharing!

autresphere avatar Aug 11 '14 07:08 autresphere

Does anyone know if this fix has ever been pushed to master? I've just started working with FXForms and experiencing a strange behavior with the footer too, which seems to be fixed removing the observer as suggested.

ldantona avatar Aug 27 '15 08:08 ldantona