Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Matyushkin committed Aug 21, 2018
1 parent 9263cd4 commit 9422d3a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -11,7 +11,7 @@

## At a Glance

`Sensitive` is a library that simplifies work with gestures in iOS. Forget about targets and actions of primitive `UIGestureRecognizer`. With `Sensitive` you can call `onTap`, `onPinch`, `onSwipe` on any `UIView` instance and implement handler for the gesture. That's all that you should know to start. For details, see [Usage](#usage) section.
`Sensitive` is a library that simplifies work with gestures in iOS. Forget about target/action pattern of primitive `UIGestureRecognizer`. With `Sensitive` you can call `onTap`, `onPinch`, `onSwipe` on any `UIView` instance and implement handler for the gesture. That's all that you should know to start. For details, see [Usage](#usage) section.

## How To Get Started

Expand Down Expand Up @@ -83,12 +83,6 @@ view.onPinch
.recognizeSimultaneously(true)
```

## Contact Me

Impressed? I'm actually open to your projects.

If you want some particular app for iOS, drop me a line at igormatyushkin014@gmail.com

## License

`Sensitive` is available under the MIT license. See the [LICENSE](./LICENSE) file for more info.

0 comments on commit 9422d3a

Please sign in to comment.