Hi, I have a popover that contains a UITableView. This UITableView has a cell with a text field in it:
http://cl.ly/1b50a21ca8202d22db1b When the popover opens near the bottom of the screen, and I tap the text field to edit it, the keyboard comes up, and the popover moves up to avoid being covered by the keyboard. But as it moves up, the table view in the popover scrolls up out of bounds: http://cl.ly/4fe64fbfe9518f20560d It seems that this completely messes up the scroll view and takes it way out of bounds. Also, its worth mentioning that this only happens with the 3 rows of the table view that are closest to the bottom of the screen. And another strange fact is that my current popover content view height is 190px, but if I increase that to something like 300px, this problem disappears. I've tried setting scrollingEnabled to NO and also setting the autoresizing mask of the table view, but it seems to have no effect. At this point, I'm starting to think that this is a bug. _______________________________________________ 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