Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hitsubunnu committed Dec 23, 2019
1 parent 1c0ac03 commit f60c4c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion QRScanner/QRScannerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class QRScannerView: UIView {
public var animationDuration: Double = 0.5

@IBInspectable
public var isBlurEffectEnabled = false
public var isBlurEffectEnabled: Bool = false

// MARK: - Public

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ extension ViewController: QRScannerViewDelegate {

#### Interface Builder Way

```
isBlurEffectEnabled
```
|Customize|
|-|
|<img src="https://raw.githubusercontent.com/mercari/QRScanner/master/images/ib1.png" width="350">|

## Committers

Expand Down
Binary file modified images/ib1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f60c4c7

Please sign in to comment.