Untitled

 avatar
unknown
swift
2 years ago
901 B
4
Indexable
private lazy var titleView = DescriptionView.bigTitleView(title: "")
private lazy var descriptionView = DescriptionView()
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
    }()
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...