UIView(PXStyling) Category Reference
| Conforms to | PXStyleable |
| Declared in | UIView+PXStyling.h |
Tasks
-
styleIdThe ID for this styleable object. Ideally, this value should be unique within the context being styled.
property -
styleClassThe CSS classes associated with this styleable object. One or more classes may be specified by delimiting each with whitespace
property -
styleCSSInline styles to apply to this object
property
Properties
styleCSS
Inline styles to apply to this object
@property (nonatomic, copy) NSString *styleCSSDiscussion
Inline styles to apply to this object
Declared In
PXStyleable.hstyleClass
The CSS classes associated with this styleable object. One or more classes may be specified by delimiting each with whitespace
@property (nonatomic, copy) NSString *styleClassDiscussion
The CSS classes associated with this styleable object. One or more classes may be specified by delimiting each with whitespace
Declared In
PXStyleable.h