Untitled
unknown
plain_text
2 years ago
612 B
10
Indexable
private lazy var stackView = UIStackView(axis: .vertical)
private lazy var titleView = DescriptionView.bigTitleView(title: "")
private lazy var descriptionView = DescriptionView()
private lazy var titleLabel: UILabel = {
let label = UILabel()
label.textColor = .tui.text.primary
label.font = .boldForSize(.size22)
label.numberOfLines = 0
return label
}()
private lazy var titleLabel: UILabel = {
let label = UILabel()
label.textColor = .tui.text.primary
label.font = .boldForSize(.size22)
label.numberOfLines = 0
return label
}()
Editor is loading...