TCUIView
Swift
class TCUIView : NSObject
Objective-C
@interface TCUIView : NSObject
The TCUIView defines a UI component in TCMaskView. You can change the property in TCUIView to customize the UI style of TCMaskView
-
Background color of view
Declaration
Swift
var backgroundColor: UIColorObjective-C
@property (nonatomic, strong) UIColor * _Nonnull backgroundColor; -
Tint color of TCUIView, inside which the color of all the buttons and icons will be set to tint color
Declaration
Swift
var tintColor: UIColorObjective-C
@property (nonatomic, strong) UIColor * _Nonnull tintColor; -
Highlighted color of view, inside which the highlighted color of all the buttons and icons will be set to highlighted colovr
Declaration
Swift
var highlightedColor: UIColorObjective-C
@property (nonatomic, strong) UIColor * _Nonnull highlightedColor; -
Text color of view, inside which the text color of all the labels will be set to text color
Declaration
Swift
var textColor: UIColorObjective-C
@property (nonatomic, strong) UIColor * _Nonnull textColor;
TCUIView Class Reference