Classes
The following classes are available globally.
-
PowerUpSwift: The subclass of
See moreUIBarItem
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUBarItem : UIBarItem, PUXIBLocalizable
-
PowerUpSwift: The subclass of
See moreUITextField
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 classesPUTextField
andPUUnderlineTextField
instead.Declaration
Swift
@IBDesignable open class PUBaseTextField : UITextField, PUXIBPlaceholderLocalizable
-
PowerUpSwift: The subclass of
See moreUIButton
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUButton : UIButton, PUInspectable
-
PowerUpSwift: The subclass of
See moreUICollectionView
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUCollectionView : UICollectionView, PUInspectable
-
PowerUpSwift: The subclass of
See moreUIImageView
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUImageView : UIImageView, PUInspectable
-
PowerUpSwift: The subclass of
See moreUILabel
that 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 morePUButton
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PULoadingButton : PUButton, PUXIBLocalizable
-
PowerUpSwift: The subclass of
See moreUINavigationItem
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUNavigationItem : UINavigationItem, PUXIBLocalizable
-
PowerUpSwift: The subclass of
See moreUISegmentedControl
that 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 moreUITableView
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUTableView : UITableView, PUInspectable
-
PowerUpSwift: The subclass of
See morePUBaseTextField
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUTextField : PUBaseTextField, PUInspectable
-
PowerUpSwift: The subclass of
See moreUITextView
that allows the editing of additional UIKit properties via the Interface Builder.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.Attributes inspector
See moreDeclaration
Swift
@IBDesignable open class PUUnderlineTextField : PUBaseTextField
-
PowerUpSwift: The subclass of
See moreUIView
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUView : UIView
-
PowerUpSwift: The subclass of
See moreUIVisualEffectView
that allows the editing of additional UIKit properties via the Interface Builder.Declaration
Swift
@IBDesignable open class PUVisualEffectView : UIVisualEffectView, PUInspectable