Re: UITextField in UITableView covered by keyboard
Re: UITextField in UITableView covered by keyboard
- Subject: Re: UITextField in UITableView covered by keyboard
- From: "Henry McGilton (Boulevardier)" <email@hidden>
- Date: Sat, 24 Oct 2009 14:31:23 -0700
On Oct 23, 2009, at 10:29 AM, Bob Barnes wrote:
Hi all,
I posted this a yesterday, but it never appeared on the list and
it's not showing up in the web archive so I thought I'd retry.
I have a UITableView that contains some cells with UITextField's
embedded in them. When I touch the UITextField to begin editing the
keyboard pops up and obscures the the text field. I've been looking
at the UICatalog sample, which has a nearly identical setup and the
UITextField scrolls up to make itself visible, but I've been unable
to determine what it's doing to cause that. I've read suggestions on
scrolling the UITexField rect, resizing the UITableView, etc., but
UICatalog doesn't do any of that, yet still works. What am I missing?
You may also have to consider the scenario where the Table View Cell
that contains the UITextField
is so close to the end of the Table View that it can not be scrolled
up out of the way. In the case, you
have to temporarily move the entire Table View upwards by adjusting
its frame origin . . .
Best Wishes,
. . . . . . . . Henry
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden