NetverifyDocumentSelectionHeaderView
@interface NetverifyDocumentSelectionHeaderView : UIView <JumioAppearance>
UIView that implements JumioAppearance protocol. HeaderView that is used on DocumentSelection screen. Please check out our Surface Tool https://jumio.github.io/surface-ios/ to see what customization options are supported.
-
Set the tint color of icons
Declaration
Objective-C
@property (nonatomic, strong, readwrite) UIColor *iconColor;
Swift
var iconColor: UIColor! { get set }
-
Set the text color within the header views
Declaration
Objective-C
@property (nonatomic, strong, readwrite) UIColor *titleColor;
Swift
var titleColor: UIColor! { get set }