On 1 Aug 2010, at 11:44 PM, Laurent Daudelin wrote: > Maybe a stupid question but I have 5 cells in a section of my tableview. When > I move the cursor to edit cell 3, it's partially obscured by the keyboard. I > can't even see cell 4 and cell 5. Surely there must be a way to make the cell > visible for editing? My tableview is embedded in a view that also contains a > toobar at the bottom, if that matters.
You didn't mention explicitly that you were working on iOS till your second message. You have to detect the emergence of the keyboard, determine its height, and shrink the table view by that amount; regrow it when the keyboard retreats. The main iPhone programming guide has a complete example. — F _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com