Classes
The following classes are available globally.
-
PowerUpSwift: The subclass of
See moreUIBarItemthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUBarItem : UIBarItem, PUXIBLocalizable -
PowerUpSwift: The subclass of
See moreUITextFieldthat 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 classesPUTextFieldandPUUnderlineTextFieldinstead.Declaration
Swift
@IBDesignable open class PUBaseTextField : UITextField, PUXIBPlaceholderLocalizable -
PowerUpSwift: The subclass of
See moreUIButtonthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUButton : UIButton, PUInspectable -
PowerUpSwift: The subclass of
See moreUICollectionViewthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUCollectionView : UICollectionView, PUInspectable -
PowerUpSwift: The subclass of
See moreUIImageViewthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUImageView : UIImageView, PUInspectable -
PowerUpSwift: The subclass of
See moreUILabelthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PULabel : UILabel, PUXIBLocalizable, PUInspectable -
PowerUpSwift: The subclass of
See morePUButtonthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PULoadingButton : PUButton, PUXIBLocalizable -
PowerUpSwift: The subclass of
See moreUINavigationItemthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUNavigationItem : UINavigationItem, PUXIBLocalizable -
PowerUpSwift: The subclass of
See moreUISegmentedControlthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUSegmentedControl : UISegmentedControl, PUXIBMultiLocalizable, PUInspectable -
PowerUpSwift: The subclass of
See moreUITableViewthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUTableView : UITableView, PUInspectable -
PowerUpSwift: The subclass of
See morePUBaseTextFieldthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUTextField : PUBaseTextField, PUInspectable -
PowerUpSwift: The subclass of
See moreUITextViewthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUTextView : UITextView, PUXIBPlaceholderLocalizable, PUInspectable -
PowerUpSwift: The subclass of
PUBaseTextFieldthat allows the editing of additional UIKit properties via the Interface Builder. This text field displays a bottom bar that appears like an underline.
Attributes inspector
See more
Declaration
Swift
@IBDesignable open class PUUnderlineTextField : PUBaseTextField -
PowerUpSwift: The subclass of
See moreUIViewthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUView : UIView -
PowerUpSwift: The subclass of
See moreUIVisualEffectViewthat allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUVisualEffectView : UIVisualEffectView, PUInspectable
Classes Reference