Paddable

public protocol Paddable

By conforming to this protocol you indicate, that a sprite view supports padding.

  • Padding to each side of a view.

    Declaration

    Swift

    var padding: CGFloat { get set }