Inherits from NSObject
Conforms to PXSelector
Declared in PXPseudoClassPredicate.h

Overview

A PXPseudoClassPredicate is a selector that asks a true or false question of the styleable attempting to be matched. These questions, or predicates, determine position of the element among its siblings, whether this is the root view, or if it has no children

Tasks

Properties

predicateType

This indicates what type of predicate will be performed during a match operation

@property (nonatomic, readonly) PXPseudoClassPredicateType predicateType

Discussion

This indicates what type of predicate will be performed during a match operation

Declared In

PXPseudoClassPredicate.h

Instance Methods

initWithPredicateType:

Initialize a newly allocated instance, setting its operation type

- (id)initWithPredicateType:(PXPseudoClassPredicateType)type

Parameters

type

The predicate type

Discussion

Initialize a newly allocated instance, setting its operation type

Declared In

PXPseudoClassPredicate.h