PXStyleUtils Class Reference
| Inherits from | NSObject |
| Declared in | PXStyleUtils.h |
Tasks
-
+ updateStyleForStyleable:Style the specified styleable
-
+ updateStylesForStyleable:andDescendants:Force an update of the specified styleable. If the recurse flag is true, all descendants of the styleable will be updated as well.
-
+ updateCellStyleWhenReady:Waits until a new cell is positioned in a tableview or collectionview before updating.
Class Methods
updateCellStyleWhenReady:
Waits until a new cell is positioned in a tableview or collectionview before updating.
+ (void)updateCellStyleWhenReady:(UIView *)viewDiscussion
Waits until a new cell is positioned in a tableview or collectionview before updating.
Declared In
PXStyleUtils.hupdateStyleForStyleable:
Style the specified styleable
+ (void)updateStyleForStyleable:(id<PXStyleable>)styleableParameters
- styleable
The styleable to update
Discussion
Style the specified styleable
Declared In
PXStyleUtils.hupdateStylesForStyleable:andDescendants:
Force an update of the specified styleable. If the recurse flag is true, all descendants of the styleable will be updated as well.
+ (void)updateStylesForStyleable:(id<PXStyleable>)styleable andDescendants:(BOOL)recurseParameters
- styleable
The styleable to update
- recurse
A boolean indicating if descendants should be updated as well
Discussion
Force an update of the specified styleable. If the recurse flag is true, all descendants of the styleable will be updated as well.
Declared In
PXStyleUtils.h