Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

59 lines (39 loc) · 2.21 KB

Change log

Released on 2015-11-07.

  • [FIX] Switch camera and toggle button under status bar #14

Released on 2015-11-02.

  • [ADD] Availability to disable the switch camera button.
  • [ADD] Torch button
  • [ADD] initWithCancelButtonTitle:codeReader:startScanningAtLoad:showSwitchCameraButton:showTorchButton: method in the QRCodeReaderViewController
  • [ADD] isTorchAvailable and toggleTorch methods in the QRCodeReader

Released on 2015-07-10.

  • [UPDATE] Make the defaultDeviceInput, the frontDeviceInput and the metadataOutput properties accessible in read-only mode

Released on 2015-05-24.

  • [ADD] init param to delay the start of scanning if necessary

Released on 2015-04-15.

  • [ADD] running property

Released on 2015-03-05.

  • [ADD] supportsMetadataObjectTypes method

Released on 2015-03-01.

  • [REFACTORING] Move orientation method to the appropriate object

Released on 2015-02-28.

  • [REFACTORING] Split the QRCodeReaderViewController and QRCodeReader

Released on 2014-11-15.

  • [ADD] Front camera supports
  • [ADD] Overlay view

Released on 2014-07-29.

  • Initialize with cancel button title
  • isAvailable method
  • Supports only the default camera
  • Supports only AVMetadataObjectTypeQRCode
  • Cocoapods supports