NormalizedPaddable

public protocol NormalizedPaddable

By conforming to this protocol you indicate, that a sprite model or sprite view supports adding a padding around its content.

  • The normalized padding, relative to the width of the sprite..

    Declaration

    Swift

    var normalizedPadding: CGFloat { get set }