Loading...
Searching...
No Matches
NCZoomControls.h File Reference
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 Documentation

◆ NCZoomInCallback

typedef void(^ NCZoomInCallback) (void)

Callback invoked when zoom-in button is pressed.

Definition at line 13 of file NCZoomControls.h.

◆ NCZoomOutCallback

typedef void(^ NCZoomOutCallback) (void)

Callback invoked when zoom-out button is pressed.

Definition at line 16 of file NCZoomControls.h.