Classes

The following classes are available globally.

  • PowerUpSwift: The subclass of UIBarItem that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUBarItem : UIBarItem, PUXIBLocalizable
  • PowerUpSwift: The subclass of UITextField that allows the editing of additional UIKit properties via the Interface Builder. This is not usually used as a direct custom class of a control via the Inteface Builder. Use the classes PUTextField and PUUnderlineTextField instead.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUBaseTextField : UITextField, PUXIBPlaceholderLocalizable
  • PowerUpSwift: The subclass of UIButton that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUButton : UIButton, PUInspectable
  • PowerUpSwift: The subclass of UICollectionView that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUCollectionView : UICollectionView, PUInspectable
  • PowerUpSwift: The subclass of UIImageView that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUImageView : UIImageView, PUInspectable
  • PowerUpSwift: The subclass of UILabel that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PULabel : UILabel, PUXIBLocalizable, PUInspectable
  • PowerUpSwift: The subclass of PUButton that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PULoadingButton : PUButton, PUXIBLocalizable
  • PowerUpSwift: The subclass of UINavigationItem that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUNavigationItem : UINavigationItem, PUXIBLocalizable
  • PowerUpSwift: The subclass of UISegmentedControl that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUSegmentedControl : UISegmentedControl, PUXIBMultiLocalizable, PUInspectable
  • PowerUpSwift: The subclass of UITableView that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUTableView : UITableView, PUInspectable
  • PowerUpSwift: The subclass of PUBaseTextField that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUTextField : PUBaseTextField, PUInspectable
  • PowerUpSwift: The subclass of UITextView that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUTextView : UITextView, PUXIBPlaceholderLocalizable, PUInspectable
  • PowerUpSwift: The subclass of PUBaseTextField that allows the editing of additional UIKit properties via the Interface Builder. This text field displays a bottom bar that appears like an underline. PUUnderlineTextField Demo

    Attributes inspector

    Attributes inspector

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUUnderlineTextField : PUBaseTextField
  • PowerUpSwift: The subclass of UIView that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUView : UIView
  • PowerUpSwift: The subclass of UIVisualEffectView that allows the editing of additional UIKit properties via the Interface Builder.

    See more

    Declaration

    Swift

    @IBDesignable
    open class PUVisualEffectView : UIVisualEffectView, PUInspectable