ORKSignatureResult Class Reference
| Inherits from | ORKResult : NSObject |
|---|---|
| Declared in | ORKSignatureResult.h ORKSignatureResult.m |
Overview
The ORKSignatureResult class represents the result of a signature step (ORKSignatureStep).
A signature result is produced by the task view controller when it presents a signature step.
signatureImage
The signature image generated by this step.
@property (nonatomic, nullable) UIImage *signatureImageDeclared In
ORKSignatureResult.h
signaturePath
The bezier path components used to create the signature image.
@property (nonatomic, copy, nullable) NSArray<UIBezierPath*> *signaturePathDeclared In
ORKSignatureResult.h