Type Aliases

The following type aliases are available globally.

  • A tuple of a UIView and a name for that view

    Declaration

    Swift

    public typealias ArtboardElement = (view: UIView, name: String)