Untitled

 avatar
unknown
swift
2 years ago
611 B
6
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...