Protocols

The following protocols are available globally.

  • PowerUpSwift: A protocol that the majority of the PowerUpSwift classes conform to such as PUView. All these classes allow the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    public protocol PUInspectable
  • PowerUpSwift: A protocol to localize basic controls in the Interface Builder.

    See more

    Declaration

    Swift

    public protocol PUXIBLocalizable
  • PowerUpSwift: A protocol to localize multiple texts in the same control such as the segmented control in the Interface Builder.

    See more

    Declaration

    Swift

    public protocol PUXIBMultiLocalizable
  • PowerUpSwift: A protocol to localize the placeholder in the text fields and text views in the Interface Builder.

    See more

    Declaration

    Swift

    public protocol PUXIBPlaceholderLocalizable