Untitled
Anonymous
swift
08/03/2023 9:05 AM
816 B
18
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...