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 (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

Reply via email to