Configuration for NCZoomControls widget. Allows customization of icons, styles and layout. More...
#include <com/navigine/idl/objc/widgets/NCZoomControlsConfig.h>
Inherits NSObject.
Class Methods | |
| (instancetype) | + defaultConfig |
Properties | |
| UIImage * | zoomInIcon |
| UIImage * | zoomOutIcon |
| UIColor * | buttonBackgroundColor |
| UIColor * | textColor |
| CGFloat | buttonWidth |
| CGFloat | zoomControlsHeight |
| UIEdgeInsets | insets |
Configuration for NCZoomControls widget. Allows customization of icons, styles and layout.
Swift code snippet:
Objective C code snippet:
Definition at line 23 of file NCZoomControlsConfig.h.
| + (instancetype) defaultConfig |
Definition at line 9 of file NCZoomControlsConfig.m.
|
readwritenonatomicstrong |
Definition at line 27 of file NCZoomControlsConfig.h.
|
readwritenonatomicassign |
0 = default 48
Definition at line 29 of file NCZoomControlsConfig.h.
|
readwritenonatomicassign |
UIEdgeInsetsZero = use defaults
Definition at line 31 of file NCZoomControlsConfig.h.
|
readwritenonatomicstrong |
Definition at line 28 of file NCZoomControlsConfig.h.
|
readwritenonatomicassign |
0 = default 96
Definition at line 30 of file NCZoomControlsConfig.h.
|
readwritenonatomicstrong |
Definition at line 25 of file NCZoomControlsConfig.h.
|
readwritenonatomicstrong |
Definition at line 26 of file NCZoomControlsConfig.h.