Skip to content

Commit

Permalink
Merge pull request #371 from knchst/modify/readme
Browse files Browse the repository at this point in the history
Modify README.md sample code.
  • Loading branch information
scenee authored Jul 11, 2020
2 parents a4f8c05 + 1957ae3 commit 5634de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ The feature can be used for these 2 kind panels
You can disable the pan gesture recognizer directly

```swift
fpc.panGestureRecognizer.isEnable = false
fpc.panGestureRecognizer.isEnabled = false
```

Or use this `FloatingPanelControllerDelegate` method.
Expand Down

0 comments on commit 5634de2

Please sign in to comment.