Class
TitleLayout
public final class TitleLayout: NSObject, ComponentLayout
Relationships
Conforms To
ComponentLayout
A protocol to share components (view layouts) across different types.
NSObject
Properties
contentInsets
public var contentInsets: UIEdgeInsets
title
public var title: String?
attributedTitle
public var attributedTitle: NSAttributedString?
subtitle
public var subtitle: String?
tertiary
public var tertiary: String?
titleLabel
public private(set) lazy var titleLabel: UILabel
subtitleLabel
public private(set) lazy var subtitleLabel: UILabel
tertiaryLabel
public private(set) lazy var tertiaryLabel: UILabel
Methods
layout(on:)
public func layout(on view: UIView)