UITableView and keyboard scrolling problem

Posted by Jonathan on Stack Overflow See other posts from Stack Overflow or by Jonathan
Published on 2009-02-27T10:05:50Z Indexed on 2011/11/15 17:50 UTC
Read the original article Hit count: 324

Filed under:
|
|
|
|

after a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people with similar problems but can't get all the answers to work right.

I have a UITableView which is composed of custom cells. The cells are made of 5 text fields next to each other (sort of like a grid).

When I try to scroll and edit the cells at the bottom of the UITableView, I can't manage to get my cells properly positioned above the keyboard.

I have seen many answers talking about changing view sizes,etc... but none of them has worked nicely so far.

Could anybody clarify the "right" way to do this with a concrete code example?

Thanks in advance, Jonathan

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview