Conforms to PXStyleable
Declared in UIView+PXStyling.h

Tasks

  •   styleId

    The ID for this styleable object. Ideally, this value should be unique within the context being styled.

    property
  •   styleClass

    The CSS classes associated with this styleable object. One or more classes may be specified by delimiting each with whitespace

    property
  •   styleCSS

    Inline styles to apply to this object

    property

Properties

styleCSS

Inline styles to apply to this object

@property (nonatomic, copy) NSString *styleCSS

Discussion

Inline styles to apply to this object

Declared In

PXStyleable.h

styleClass

The CSS classes associated with this styleable object. One or more classes may be specified by delimiting each with whitespace

@property (nonatomic, copy) NSString *styleClass

Discussion

The CSS classes associated with this styleable object. One or more classes may be specified by delimiting each with whitespace

Declared In

PXStyleable.h

styleId

The ID for this styleable object. Ideally, this value should be unique within the context being styled.

@property (nonatomic, copy) NSString *styleId

Discussion

The ID for this styleable object. Ideally, this value should be unique within the context being styled.

Declared In

PXStyleable.h