UITableView in popover doesn't stop scrolling
Posted
by igul222
on Stack Overflow
See other posts from Stack Overflow
or by igul222
Published on 2010-04-23T01:33:50Z
Indexed on
2010/04/23
1:43 UTC
Read the original article
Hit count: 335
I have a UITableView being shown in a popover. One cell in my table view has a UITextField in it. When the text field is being edited (the keyboard is visible) and I rotate the device from portrait to landscape and then try to scroll the table view, it keeps going past its bounds, instead of stopping and "bouncing".
Does anyone know how to fix this?
© Stack Overflow or respective owner