ORKSignatureResult Class Reference
Inherits from | ORKResult : NSObject |
---|---|
Declared in | ORKSignatureResult.h |
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 *signatureImage
Declared In
ORKSignatureResult.h
signaturePath
The bezier path components used to create the signature image.
@property (nonatomic, copy, nullable) NSArray<UIBezierPath*> *signaturePath
Declared In
ORKSignatureResult.h