Keyboard Obscuring Field

Hi

I have an iOSTable which I want to edit the field content of a custom cell which is the last row in the table, but the keyboard obscures the field.
(See Link)
I’ve tried adding blank rows as well as reducing the height of the table with no success, oddly enough, is seems to work OK on the simulator. Is there a way around this? Thanks for any help.

I use iOSTableViewExtended from @Antonio Rinaldi to fix that: https://www.falcosoftware.com/xojo/

Thanks very much (again!) Jeremie. I’ll check it out.