YMAMutableLabelAppearance

Objective-C

@interface YMAMutableLabelAppearance : YMALabelAppearance

Swift

class YMAMutableLabelAppearance : YMALabelAppearance

Класс с изменяемыми настройками текста.

  1. Свойства
  2. font
  3. textColor

Свойства

font

Настройки шрифта: название, размер.

Declaration

Objective-C

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

textColor

Цвет текста.

Declaration

Objective-C

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