Categories
The following categories are available globally.
-
See moreNSError (CLUNetworkAdditions)category contains method to parseNSErrorproperties and encode them into json like dictionary To be able to includeNSErrorproperties into Clue report (mostly for Network module)Declaration
Objective-C
@interface NSError (CLUNetworkAdditions)
-
See moreNSException (CLUExceptionAdditions)category contains method to parseNSExceptionproperties and encode them into json like dictionary To be able to includeNSExceptionproperties into Clue report (to handle unexpected exception during report recording)Declaration
Objective-C
@interface NSException (CLUExceptionAdditions)
-
NSHTTPURLResponse (CLUNetworkAdditions)category contains method to parseNSHTTPURLResponseproperties and encode them into json like dictionary To be able to includeNSHTTPURLResponseproperties into Clue report (for Network module)Specifically method
See more[NSHTTPURLResponse clue_responseProperties]use parent’s implementation to get basic response properties (NSHTTPURLResponse subclass of NSURLResponse) and add someNSHTTPURLResponsespecific properties and return full dictionaryDeclaration
Objective-C
@interface NSHTTPURLResponse (CLUNetworkAdditions)
-
See moreNSURLRequest (CLUNetworkAdditions)category contains method to parseNSURLRequestproperties and encode them into json like dictionary To be able to includeNSURLRequestproperties into Clue report (for Network module)Declaration
Objective-C
@interface NSURLRequest (CLUNetworkAdditions)
-
See moreNSURLResponse (CLUNetworkAdditions)category contains method to parseNSURLResponseproperties and encode them into json like dictionary To be able to includeNSURLResponseproperties into Clue report (for Network module)Declaration
Objective-C
@interface NSURLResponse (CLUNetworkAdditions)
-
UIImageView (CLUViewRecordableAdditions)category contains methods to parseUIImageViewproperties and encode them into json like dictionary To be able to includeUIImageViewproperties into Clue report.Specifically method
[UIImageView clue_viewPropertiesDictionary]fromCLUViewRecordablePropertiesprotocol. It use root method ofUIViewand add someUIImageViewspecific properties and return full dictionaryDeclaration
Objective-C
@interface UIImageView (CLUViewRecordableAdditions)
-
UILabel (CLUViewRecordableAdditions)category contains methods to parseUILabelproperties and encode them into json like dictionary To be able to includeUILabelproperties into Clue report.Specifically method
[UILabel clue_viewPropertiesDictionary]fromCLUViewRecordablePropertiesprotocol. It use root method ofUIViewand add someUILabelspecific properties and return full dictionaryDeclaration
Objective-C
@interface UILabel (CLUViewRecordableAdditions)
-
UITextField (CLUViewRecordableAdditions)category contains methods to parseUITextFieldproperties and encode them into json like dictionary To be able to includeUITextFieldproperties into Clue report.Specifically method
[UITextField clue_viewPropertiesDictionary]fromCLUViewRecordablePropertiesprotocol. It use root method ofUIViewand add someUITextFieldspecific properties and return full dictionaryDeclaration
Objective-C
@interface UITextField (CLUViewRecordableAdditions)
-
See moreUIView (CLUViewRecordableAdditions)category contains metho to parseUIViewproperties and encode them into json like dictionary To be able to includeUIViewproperties into Clue reportDeclaration
Objective-C
@interface UIView (CLUViewRecordableAdditions)
Categories Reference