Skip to content

Commit

Permalink
fix podspec and edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
horitaku46 committed Mar 22, 2018
1 parent 1e78fa8 commit 3826f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BlowinSwiper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlowinSwiper"
s.version = "1.0.10"
s.version = "1.0.11"
s.summary = "BlowinSwiper makes it possible to swipe back from anywhere on the screen."
s.description = <<-DESC
BlowinSwiper makes it possible to swipe back from anywhere on the screen at UINavigationController!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ final class ViewController: UIViewController, BlowinSwipeable {

override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
configureSwipeBack(isLowSensitivity: true)
configureSwipeBack(isInsensitive: true)
enabledRecognizeSimultaneously(scrollView: swipeMenuView.contentScrollView)
}

Expand Down

0 comments on commit 3826f6c

Please sign in to comment.