File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Platforms] ( https://img.shields.io/badge/platform-iOS-yellow.svg )] ( )
4
4
[ ![ Language] ( https://img.shields.io/badge/language-Swift-orange.svg )] ( )
5
5
[ ![ 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 )] ( )
7
7
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( )
8
8
9
- ** Last Update: 14 /March/2019.**
9
+ ** Last Update: 25 /March/2019.**
10
10
11
11
![ ] ( logo-drawer_view.png )
12
12
20
20
` drawer-view ` is availabe via ` CocoaPods `
21
21
22
22
```
23
- pod 'drawer-view', '~> 1.0.1 '
23
+ pod 'drawer-view', '~> 1.0.2 '
24
24
```
25
25
## Manual
26
26
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
133
133
drawerView.animationDampingRatio = 0.9
134
134
drawerView.shadowRadius = 0.25
135
135
drawerView.shadowOpacity = 0.132
136
+ drawerView.closeOnBlurTapped = true
136
137
```
137
138
138
139
# 👨💻 Author
You can’t perform that action at this time.
0 commit comments