On Aug 2, 2010, at 17:09, Corbin Dunn wrote:
>
> On Aug 1, 2010, at 9:50 PM, Laurent Daudelin wrote:
>
>> Hmmm.. I think the fact that the tableview is embedded in an enclosing view
>> seems to be the problem. I checked another tableview that has 4 cells with
>> textfields and as soon as the t
On Aug 1, 2010, at 9:50 PM, Laurent Daudelin wrote:
> Hmmm.. I think the fact that the tableview is embedded in an enclosing view
> seems to be the problem. I checked another tableview that has 4 cells with
> textfields and as soon as the textfield becomes first responder, the field is
> scrol
On Aug 2, 2010, at 07:36, Fritz Anderson wrote:
> 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 c
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
> vi
Hmmm.. I think the fact that the tableview is embedded in an enclosing view
seems to be the problem. I checked another tableview that has 4 cells with
textfields and as soon as the textfield becomes first responder, the field is
scrolled into view. I have 2 buttons in the toolbar a the bottom an
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 al