Inherits from NSObject
Conforms to PXStyleable
Declared in PixateFreestyleConfiguration.h

Overview

The PixateConfiguration class is used to set and retrieve global settings for Pixate.

Tasks

Properties

cacheStylesType

Determine if view styling is cached

@property (nonatomic) PXCacheStylesType cacheStylesType

Discussion

Determine if view styling is cached

Declared In

PixateFreestyleConfiguration.h

imageCacheCount

Set the number of images allowed in the image cache

@property (nonatomic) NSUInteger imageCacheCount

Discussion

Set the number of images allowed in the image cache

Declared In

PixateFreestyleConfiguration.h

imageCacheSize

Set the number of bytes allowed in teh image cache

@property (nonatomic) NSUInteger imageCacheSize

Discussion

Set the number of bytes allowed in teh image cache

Declared In

PixateFreestyleConfiguration.h

parseErrorDestination

Determine where parse errors will be emitted

@property (nonatomic) PXParseErrorDestination parseErrorDestination

Discussion

Determine where parse errors will be emitted

Declared In

PixateFreestyleConfiguration.h

styleCacheCount

Set the number of cache styleables allowed in the image cache

@property (nonatomic) NSUInteger styleCacheCount

Discussion

Set the number of cache styleables allowed in the image cache

Declared In

PixateFreestyleConfiguration.h

styleClass

Allow a style class to be associated with this object

@property (nonatomic, copy) NSString *styleClass

Discussion

Allow a style class to be associated with this object

Declared In

PixateFreestyleConfiguration.h

styleId

Allow a style id to be associated with this object

@property (nonatomic, copy) NSString *styleId

Discussion

Allow a style id to be associated with this object

Declared In

PixateFreestyleConfiguration.h

styleMode

Set the styling mode of this object

@property (nonatomic) PXStylingMode styleMode

Discussion

Set the styling mode of this object

Declared In

PixateFreestyleConfiguration.h

Instance Methods

sendParseMessage:

Log the specified message to the target indicated by the loggingType property

- (void)sendParseMessage:(NSString *)message

Parameters

message

The message to emit

Discussion

Log the specified message to the target indicated by the loggingType property

Declared In

PixateFreestyleConfiguration.h