NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The delegate for NIPagingScrollView.
Tasks | |
[NIPhotoAlbumScrollViewDelegate] Scrolling and Zooming | |
(void) | - pagingScrollViewDidScroll: |
[NIPagingScrollViewDelegate] Changing Pages | |
(void) | - pagingScrollViewWillChangePages: |
(void) | - pagingScrollViewDidChangePages: |
The user is scrolling between two photos.
The current page will change.
pagingScrollView.centerPageIndex will reflect the old page index, not the new page index.
The current page has changed.
pagingScrollView.centerPageIndex will reflect the changed page index.