Class
TagLayout
public final class TagLayout: NSObject, ComponentLayout
Relationships
Conforms To
ComponentLayout
A protocol to share components (view layouts) across different types.
NSObject
Properties
title
public var title: String?
titleColor
public var titleColor: UIColor = ColorManager.Neutral.fiveHundred
Methods
layout(on:)
public func layout(on view: UIView)