Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
NCFollowMeButtonConfig.h
Go to the documentation of this file.
1
//
2
// NCFollowMeButtonConfig.h
3
// Configuration for NCFollowMeButton widget
4
//
5
6
#import <UIKit/UIKit.h>
7
8
NS_ASSUME_NONNULL_BEGIN
9
23
@interface
NCFollowMeButtonConfig
: NSObject
24
25
@property
(nonatomic, strong, nullable) UIImage *
followMeIcon
;
26
@property
(nonatomic, strong, nullable) UIImage *
followMeIconActive
;
27
@property
(nonatomic, strong, nullable) UIColor *
buttonBackgroundColor
;
28
@property
(nonatomic, strong, nullable) UIColor *
accentColor
;
29
@property
(nonatomic, strong, nullable) UIColor *
textColor
;
30
@property
(nonatomic, assign) CGFloat
buttonWidth
;
31
@property
(nonatomic, assign) CGFloat
buttonHeight
;
32
@property
(nonatomic, assign) UIEdgeInsets
insets
;
33
34
+ (instancetype)
defaultConfig
;
35
36
@end
37
38
NS_ASSUME_NONNULL_END
com
navigine
idl
objc
widgets
NCFollowMeButtonConfig.h
Generated on Thu Apr 16 2026 08:08:54 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2