MBRectDocumentSubview
@interface MBRectDocumentSubview : MBSubview
Overlay subview presenting the document for scanning
-
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithFrame:(CGRect)frame NS_DESIGNATED_INITIALIZER;Swift
init(frame: CGRect) -
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat widthToHightAspectRatioSwift
var widthToHightAspectRatio: CGFloat { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) NSString *titleTextSwift
var titleText: String { get set } -
Undocumented
Declaration
Objective-C
- (void)startScanLineAnimation;Swift
func startScanLineAnimation() -
Undocumented
Declaration
Objective-C
- (void)stopScanLineAnimation;Swift
func stopScanLineAnimation() -
Undocumented
Declaration
Objective-C
- (void)startFlipAnimation;Swift
func startFlipAnimation()
View on GitHub
MBRectDocumentSubview Class Reference