NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The photo album scroll view delegate.
Tasks | |
[NIPhotoAlbumScrollViewDelegate] Scrolling and Zooming | |
(void) | - photoAlbumScrollView:didZoomIn: |
[NIPhotoAlbumScrollViewDelegate] Data Availability | |
(void) | - photoAlbumScrollViewDidLoadNextPhoto: |
(void) | - photoAlbumScrollViewDidLoadPreviousPhoto: |
[NIPhotoAlbumScrollViewDelegate] Scrolling and Zooming | |
(void) | - pagingScrollViewDidScroll: |
[NIPagingScrollViewDelegate] Changing Pages | |
(void) | - pagingScrollViewWillChangePages: |
(void) | - pagingScrollViewDidChangePages: |
The user double-tapped to zoom in or out.
The next photo in the album has been loaded and is ready to be displayed.
The previous photo in the album has been loaded and is ready to be displayed.
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.