Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The photo scroll view delegate.
Definition at line 26 of file NIPhotoScrollViewDelegate.h.
Methods | |
[NIPhotoScrollViewDelegate] Zooming | |
(void) | - photoScrollViewDidDoubleTapToZoom:didZoomIn: |
- (void) photoScrollViewDidDoubleTapToZoom: | (NIPhotoScrollView *) | photoScrollView | |
didZoomIn: | (BOOL) | didZoomIn | |
The user has double-tapped the photo to zoom either in or out.
photoScrollView | The photo scroll view that was tapped. |
didZoomIn | YES if the photo was zoomed in. NO if the photo was zoomed out. |