BIDScannerView
public class BIDScannerView: UIView
A custom view class is to be provided by the application. The BIDScannerView is placed on top of ViewController, from where the document scanner is initiated.
Constructors
public override init(frame: CGRect)
- Creates an object of BIDScannerView with a given frame.
Parameter | ||
---|---|---|
frame | CGRect | The position and size for the BIDScannerView. |