From 51e008cd1f6e250ad4562a82de1986292f65eca8 Mon Sep 17 00:00:00 2001 From: Stephen Sowole Date: Wed, 27 Feb 2019 22:06:10 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8993b8a..3e24875 100644 --- a/README.md +++ b/README.md @@ -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 {