Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The photo album scroll view delegate.
Definition at line 29 of file NIPhotoAlbumScrollViewDelegate.h.
Methods | |
[NIPhotoAlbumScrollViewDelegate] Scrolling and Zooming | |
(void) | - photoAlbumScrollView:didZoomIn: |
[NIPhotoAlbumScrollViewDelegate] Data Availability | |
(void) | - photoAlbumScrollViewDidLoadNextPhoto: |
(void) | - photoAlbumScrollViewDidLoadPreviousPhoto: |
[NIPhotoAlbumScrollViewDelegate] Scrolling and Zooming | |
(void) | - pagingScrollViewDidScroll: |
[NIPagingScrollViewDelegate] Changing Pages | |
(void) | - pagingScrollViewDidChangePages: |
- (void) photoAlbumScrollView: | (NIPhotoAlbumScrollView *) | photoAlbumScrollView | |
didZoomIn: | (BOOL) | didZoomIn | |
The user double-tapped to zoom in or out.
- (void) photoAlbumScrollViewDidLoadNextPhoto: | (NIPhotoAlbumScrollView *) | photoAlbumScrollView |
The next photo in the album has been loaded and is ready to be displayed.
- (void) photoAlbumScrollViewDidLoadPreviousPhoto: | (NIPhotoAlbumScrollView *) | photoAlbumScrollView |
The previous photo in the album has been loaded and is ready to be displayed.
- (void) pagingScrollViewDidScroll: | (NIPagingScrollView *) | pagingScrollView |
The user is scrolling between two photos.
- (void) pagingScrollViewDidChangePages: | (NIPagingScrollView *) | pagingScrollView |
The current page has changed.
pagingScrollView.centerPageIndex will reflect the changed page index.