YMAMutableLabelAppearance

Objective-C

@interface YMAMutableLabelAppearance : YMALabelAppearance

Swift

class YMAMutableLabelAppearance : YMALabelAppearance

Class with editable text settings.

  1. Properties
  2. font
  3. textColor

Properties

font

Font settings: name and size.

Declaration

Objective-C

@property (nonatomic, strong) UIFont *_Nonnull font;

textColor

Text color.

Declaration

Objective-C

@property (nonatomic, strong) UIColor *_Nonnull textColor;