[UPDATE] Remove the final attribute of the

This commit is contained in:
Yannick Loriot 2015-10-20 21:22:43 +02:00
parent d98945c6cc
commit 5f45d033bc
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Change log
## [Version 5.2.0](https://github.com/yannickl/QRCodeReader.swift/releases/tag/5.2.0)
Released on 2015-10-20.
- [UPDATE] Remove the final attribute of the `QRCodeReaderViewController`
## [Version 5.1.1](https://github.com/yannickl/QRCodeReader.swift/releases/tag/5.1.1)
Released on 2015-10-16.

View File

@ -28,7 +28,7 @@ import UIKit
import AVFoundation
/// Convenient controller to display a view to scan/read 1D or 2D bar codes like the QRCodes. It is based on the `AVFoundation` framework from Apple. It aims to replace ZXing or ZBar for iOS 7 and over.
public final class QRCodeReaderViewController: UIViewController {
public class QRCodeReaderViewController: UIViewController {
private var cameraView = ReaderOverlayView()
private var cancelButton = UIButton()
private var switchCameraButton: SwitchCameraButton?