Class
Tag
public final class Tag: UIView
Relationships
Conforms To
UIView
Methods
make(title:colorProvider:)
public static func make(title: String, colorProvider: ColorProvider.Type) -> Tag
Creates a Tag.
makeTag(title:colorProvider:)
@available(
swift,
deprecated: 0.0.1,
message: "Deprecated in CreationKit 0.1.0",
renamed: "make(title:colorProvider:)"
)
public static func makeTag(title: String, colorProvider: ColorProvider.Type) -> Tag
layoutSubviews()
public override func layoutSubviews()