I have a UIScrollView in my application with vertical rollback enabled. I need a rebound at the bottom of the screen, but not turned on at the top of the screen.
No, how to detect scrollview with the following:
(void)scrollViewWillBeginDragging:(UIScrollView *)scrollView {
}
source
share