PixateFreestyleConfiguration Class Reference
| Inherits from | NSObject |
| Conforms to | PXStyleable |
| Declared in | PixateFreestyleConfiguration.h |
Tasks
-
styleIdAllow a style id to be associated with this object
property -
styleClassAllow a style class to be associated with this object
property -
styleModeSet the styling mode of this object
property -
parseErrorDestinationDetermine where parse errors will be emitted
property -
cacheStylesTypeDetermine if view styling is cached
property -
imageCacheCountSet the number of images allowed in the image cache
property -
imageCacheSizeSet the number of bytes allowed in teh image cache
property -
styleCacheCountSet the number of cache styleables allowed in the image cache
property -
– sendParseMessage:Log the specified message to the target indicated by the loggingType property
Properties
cacheStylesType
Determine if view styling is cached
@property (nonatomic) PXCacheStylesType cacheStylesTypeDiscussion
Determine if view styling is cached
Declared In
PixateFreestyleConfiguration.himageCacheCount
Set the number of images allowed in the image cache
@property (nonatomic) NSUInteger imageCacheCountDiscussion
Set the number of images allowed in the image cache
Declared In
PixateFreestyleConfiguration.himageCacheSize
Set the number of bytes allowed in teh image cache
@property (nonatomic) NSUInteger imageCacheSizeDiscussion
Set the number of bytes allowed in teh image cache
Declared In
PixateFreestyleConfiguration.hparseErrorDestination
Determine where parse errors will be emitted
@property (nonatomic) PXParseErrorDestination parseErrorDestinationDiscussion
Determine where parse errors will be emitted
Declared In
PixateFreestyleConfiguration.hstyleCacheCount
Set the number of cache styleables allowed in the image cache
@property (nonatomic) NSUInteger styleCacheCountDiscussion
Set the number of cache styleables allowed in the image cache
Declared In
PixateFreestyleConfiguration.hstyleClass
Allow a style class to be associated with this object
@property (nonatomic, copy) NSString *styleClassDiscussion
Allow a style class to be associated with this object
Declared In
PixateFreestyleConfiguration.hInstance Methods
sendParseMessage:
Log the specified message to the target indicated by the loggingType property
- (void)sendParseMessage:(NSString *)messageParameters
- message
The message to emit
Discussion
Log the specified message to the target indicated by the loggingType property
Declared In
PixateFreestyleConfiguration.h