I have a UITableView in a UINavigationview in a UIPopOver control. When the user scrolls the UITableView, the view scrolls back to the top once they let it go. How can I tell开发者_Python百科 the UITableView to stay where it is scrolled to?
I needed to put the whole thing into a UIScrollView
精彩评论