CreationKit Documentation

Class Tag​Layout

public final class TagLayout: NSObject, ComponentLayout  
TagLayout TagLayout NSObject NSObject TagLayout->NSObject ComponentLayout ComponentLayout TagLayout->ComponentLayout

Conforms To

ComponentLayout

A protocol to share components (view layouts) across different types.

NSObject

Properties

title

public var title: String?  

title​Color

public var titleColor: UIColor = ColorManager.Neutral.fiveHundred  

Methods

layout(on:​)

public func layout(on view: UIView)