UITableView scrolling & keyboard
UITableView scrolling & keyboard
- Subject: UITableView scrolling & keyboard
- From: Bob Barnes <email@hidden>
- Date: Thu, 22 Oct 2009 15:49:17 -0700
Hi all,
Apple's UICatalog sample iPhone app has a view demonstrating
various styles of UITextFields and when one of the text fields is
selected the table view scrolls the view if necessary to keep the
chosen UITextField visible above the keyboard. I'd like to have the
same capability in my table view, but the only way I can get the table
to scroll the selected text field into view above the keyboard is to
touch the table view outside one of the text fields first. The
UICatalog code itself is pretty trivial so I'm thinking it must be
something that's being set in IB.
I thought perhaps it was the "Show Selection on Touch" setting in
IB, but unchecking it in IB doesn't change the behavior so I'm at a
loss. What am I missing?
Bob
_______________________________________________
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