Inherits from NSObject
Conforms to PXStyler
Declared in PXStylerBase.h

Overview

A common base clase to simplify implementation of new stylers

Tasks

Properties

completionBlock

A read-only property that returns the completion block associated with this styler

@property (nonatomic, readonly) PXStylerCompletionBlock completionBlock

Discussion

A read-only property that returns the completion block associated with this styler

Declared In

PXStylerBase.h

Instance Methods

initWithCompletionBlock:

Initialize a newly allocated instance.

- (id)initWithCompletionBlock:(PXStylerCompletionBlock)block

Parameters

block

A block to invoke to apply styling from this styler

Discussion

Initialize a newly allocated instance.

Declared In

PXStylerBase.h