From cb3b3188697b453ed1520a38e97126f74ef617ae Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Wed, 6 Feb 2019 06:51:58 -0800 Subject: [PATCH] Rename section to View Controller Properties --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ae579d..b0f8974 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * [Caveats](#caveats) * [Usage Without Subclassing](#usage-without-subclassing) * [Examples](#examples) -* [Properties](#properties) +* [View Controller Properties](#view-controller-properties) * [Scroll View Properties and Methods](#scroll-view-properties-and-methods) * [How It Works](#how-it-works) * [Special Cases Handled](#special-cases-handled) @@ -292,7 +292,7 @@ class MyViewController: UIViewController { * [ReassignExample](Examples/ReassignExample) - Example of dynamically reassigning `contentView`. -## Properties +## View Controller Properties The `ScrollingContentViewController` and `ScrollingContentViewManager` classes share the following properties: