Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
- Updated date
- Updated cocoa pod version index
- Updated `Other settable properties` subsection
  • Loading branch information
eleev committed Mar 25, 2019
1 parent 47221a0 commit 21a5cd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[![Platforms](https://img.shields.io/badge/platform-iOS-yellow.svg)]()
[![Language](https://img.shields.io/badge/language-Swift-orange.svg)]()
[![Autolayout](https://img.shields.io/badge/autolayout-enabled-blue.svg)]()
[![CocoaPod](https://img.shields.io/badge/pod-1.0.1-lightblue.svg)]()
[![CocoaPod](https://img.shields.io/badge/pod-1.0.2-lightblue.svg)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()

**Last Update: 14/March/2019.**
**Last Update: 25/March/2019.**

![](logo-drawer_view.png)

Expand All @@ -20,7 +20,7 @@
`drawer-view` is availabe via `CocoaPods`

```
pod 'drawer-view', '~> 1.0.1'
pod 'drawer-view', '~> 1.0.2'
```
## Manual
You can always use `copy-paste` the sources method 😄. Or you can compile the framework and include it with your project.
Expand Down Expand Up @@ -133,6 +133,7 @@ drawerView.animationDuration = 2.5
drawerView.animationDampingRatio = 0.9
drawerView.shadowRadius = 0.25
drawerView.shadowOpacity = 0.132
drawerView.closeOnBlurTapped = true
```

# 👨‍💻 Author
Expand Down

0 comments on commit 21a5cd4

Please sign in to comment.