Skip to content

CAScrollViewDelegate

9miao edited this page Oct 13, 2014 · 2 revisions

CAScrollViewDelegate

Class Description

It’s CAScrollView’s agent class, defines four ports that respond to scrollView related operation, and declares a port that is used to remove agent.

Method

Access modifier

Method name

Description

public

scrollViewDidScroll

its called when scrolling, including inertia

public

scrollViewDidScroll

its called when scrolling starts

public

scrollViewDidEndDragging

its called when scrolling ends

public

scrollViewDidZoom

its called when scaling

public

scrollViewDidMoved

its called when touching scroll

public

scrollViewHeaderBeginRefreshing

its called when header starts to refresh

public

scrollViewFooterBeginRefreshing

its called when footer starts to refresh

Clone this wiki locally