UIView

class UIView : UIResponder, NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, CALayerDelegate
  • The name that will be given to groups representing this view. Override to provide custom names for your views in Sketch

    Declaration

    Swift

    @objc
    open var sketchName: String { get }
  • Creates a Group that mirrors the layout of the view

    Declaration

    Swift

    @objc
    public func makeSketchGroup() -> Group