CreationKit Documentation

Class Tag

public final class Tag: UIView  
Tag Tag UIView UIView Tag->UIView

Conforms To

UIView

Methods

make(title:​color​Provider:​)

public static func make(title: String, colorProvider: ColorProvider.Type) -> Tag  

Creates a Tag.

make​Tag(title:​color​Provider:​)

@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  

layout​Subviews()

public override func layoutSubviews()