Skip to content

Commit 21a5cd4

Browse files
authored
Updated docs
- Updated date - Updated cocoa pod version index - Updated `Other settable properties` subsection
1 parent 47221a0 commit 21a5cd4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
[![Platforms](https://img.shields.io/badge/platform-iOS-yellow.svg)]()
44
[![Language](https://img.shields.io/badge/language-Swift-orange.svg)]()
55
[![Autolayout](https://img.shields.io/badge/autolayout-enabled-blue.svg)]()
6-
[![CocoaPod](https://img.shields.io/badge/pod-1.0.1-lightblue.svg)]()
6+
[![CocoaPod](https://img.shields.io/badge/pod-1.0.2-lightblue.svg)]()
77
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
88

9-
**Last Update: 14/March/2019.**
9+
**Last Update: 25/March/2019.**
1010

1111
![](logo-drawer_view.png)
1212

@@ -20,7 +20,7 @@
2020
`drawer-view` is availabe via `CocoaPods`
2121

2222
```
23-
pod 'drawer-view', '~> 1.0.1'
23+
pod 'drawer-view', '~> 1.0.2'
2424
```
2525
## Manual
2626
You can always use `copy-paste` the sources method 😄. Or you can compile the framework and include it with your project.
@@ -133,6 +133,7 @@ drawerView.animationDuration = 2.5
133133
drawerView.animationDampingRatio = 0.9
134134
drawerView.shadowRadius = 0.25
135135
drawerView.shadowOpacity = 0.132
136+
drawerView.closeOnBlurTapped = true
136137
```
137138

138139
# 👨‍💻 Author

0 commit comments

Comments
 (0)