-
Notifications
You must be signed in to change notification settings - Fork 412
CAScrollViewDelegate
9miao edited this page Oct 13, 2014
·
2 revisions
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.
|
Access modifier |
Method name |
Description |
|
public |
scrollViewDidScroll |
it’s called when scrolling, including inertia |
|
public |
scrollViewDidScroll |
it’s called when scrolling starts |
|
public |
scrollViewDidEndDragging |
it’s called when scrolling ends |
|
public |
scrollViewDidZoom |
it’s called when scaling |
|
public |
scrollViewDidMoved |
it’s called when touching scroll |
|
public |
scrollViewHeaderBeginRefreshing |
it’s called when header starts to refresh |
|
public |
scrollViewFooterBeginRefreshing |
it’s called when footer starts to refresh |