Inherits from NSObject
Conforms to PXSelector
Declared in PXPseudoClassSelector.h

Overview

A PXPseudoClassExpression is used to represent a specific state of an element, for purposes of styling.

Tasks

Properties

className

The pseudo-class name to match

@property (readonly, nonatomic, strong) NSString *className

Discussion

The pseudo-class name to match

Declared In

PXPseudoClassSelector.h

Instance Methods

initWithClassName:

Initializer a new instance with the specified pseudo-class name

- (id)initWithClassName:(NSString *)name

Parameters

name

The pseudo-class name

Discussion

Initializer a new instance with the specified pseudo-class name

Declared In

PXPseudoClassSelector.h