Loading...
Searching...
No Matches
NCZoomControlsConfig.m
Go to the documentation of this file.
1//
2// NCZoomControlsConfig.m
3//
4
6
7@implementation NCZoomControlsConfig
8
9+ (instancetype)defaultConfig {
10 NCZoomControlsConfig *config = [[NCZoomControlsConfig alloc] init];
11 config.buttonWidth = 0;
12 config.zoomControlsHeight = 0;
13 config.insets = UIEdgeInsetsZero;
14 return config;
15}
16
17@end