FXForms
FXForms copied to clipboard
Keyboard pushing up table when it isn't necessary.
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.
+1 for adding support for disabling keyboard notifications.
my solution for now:
[[NSNotificationCenter defaultCenter] removeObserver:formController];
after initialising the FXFormController
@markst Perfect workaround, thanks for sharing!
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.