Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
785
IGGridViewDataSourceHelperEditingDelegate - Can no longer type text into cell
posted

Hi - I've finished implementing this IGGridViewDataSourceHelperEditingDelegate to display a custom keyboard, but now when I type it no longer go back into the cell. I think this is easy, but not sure the proper way of doing this. I'm using the CellEnteringEditMode. and maybe need to do something with the UIView editor in that method.

Let me know what you think so that I can again free form type into this cell when using this EditingDelegate