Update README.md

This commit is contained in:
Stephen Sowole 2019-02-27 22:06:10 -08:00 committed by GitHub
parent 38a66cff14
commit 51e008cd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ extension YourViewController: PanModalPresentable {
### PanScrollable
If your view controller has an embedded `UIScrollView` e.g. as is the case with `UITableViewController`, panModal will seamlessly transition pan gestures between the modal and the scroll view
If the presented view controller has an embedded `UIScrollView` e.g. as is the case with `UITableViewController`, panModal will seamlessly transition pan gestures between the modal and the scroll view
```swift
class TableViewController: UITableViewController, PanModalPresentable {