NetverifyConfirmationImageView
@interface NetverifyConfirmationImageView : UIView
UIView that draws the image taken in NetverifyCustomScanViewController. This view will be provided via the netverifyCustomScanViewController:shouldDisplayConfirmationWithImageView:text:confirmation:retake: delegate method after a successful scan was performed. Simply add this view as subview and it will draw itself accordingly. We suggest to ask the user if the image is readable and properly alligned to prevent bad quality images.
-
returns the size of the image
Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readonly) CGSize imageSize;
Swift
var imageSize: CGSize { get }