import <UIKit/UIKit.h>
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | NCZoomControls |
| Compact +/- zoom control stack for navigation view. Forwards tap callbacks to the host. More... | |
Typedefs | |
| typedef void(^ | NCZoomInCallback) (void) |
| Callback invoked when zoom-in button is pressed. | |
| typedef void(^ | NCZoomOutCallback) (void) |
| Callback invoked when zoom-out button is pressed. | |
| typedef void(^ NCZoomInCallback) (void) |
Callback invoked when zoom-in button is pressed.
Definition at line 13 of file NCZoomControls.h.
| typedef void(^ NCZoomOutCallback) (void) |
Callback invoked when zoom-out button is pressed.
Definition at line 16 of file NCZoomControls.h.