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 widthToHightAspectRatio

    Swift

    var widthToHightAspectRatio: CGFloat { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) NSString *titleText

    Swift

    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()