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
195
gridView with editing cell in a TableViewCell problem when started editing
posted

Hello,

i want to put a GridView in a UITableView with static cell.

I put the gridView in last cell. So far so good.

When i double click in a cell of the first row and the keyboard is up then all the cells above the cell that contains the grid view disappear (they pushed on top).

And the main problem that i have is that when i press the second row to edit the cell without press DONE in the keyboard then the row goes away outside of the top screen.

Is there anyone that works with this way to tell me if i do something wrong ? 

Any help will be very helpful.

Thank you.

Parents
  • 40030
    Verified Answer
    Offline posted

    Hi Peter, 

    Its hard to say exactly whats going on. The IGGridView will scroll itself to avoid the keyboard, it's possible the UITableView is scrolling itself as well, and thus causing issues. 

    Judging by your screenshots, it looks like the IGGridView is basically stationary at the bottom, if you take it out of the UITableVIew, and just affix it to the bottom your ViewController, does the issue go away?

    -SteveZ

Reply Children