Sent when the scroll view is no longer being dragged. Depending on scroll view settings this may not coincide with
end of scrolling as the scroll view may scroll to snapp in the intended place.
- (void)scrollViewDidEndDragging:(CCScrollView *)scrollView willDecelerate:(BOOL)decelerate
Parameters
scrollView |
The scroll view the event originated from. |
decelerate |
Whether the scroll view will decelerate, in other words whether it will continue to scroll in a given direction to snap in place. |
Declared In
CCScrollView.h