situation : a tableView embeded in a scrollView
I have searched some questions, someone say that set the scrollView’s scrollsToTop to NO ( scrollView.scrollsToTop = NO; ) will work . I tried , but it didn’t work…
thanks for your help
EDIT…
I know the reason now
it is because I have more than one table view embeded in the scroll view
so I should set all other views except the one I’m in to “scrollsToTop = NO;” 🙂
Try setting
scrollsToToptoNOfor the parent scroll view, and setting it toYESfor the table view.