From 1c0d5a7b73789f02f67da233f9052e712858fdff Mon Sep 17 00:00:00 2001 From: Ofer Morag Date: Sun, 30 Jul 2017 01:10:52 +0300 Subject: [PATCH 1/2] Update scroll-node.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regarding the last sentence: “As you can see, the `scrollNode`'s underlying view is a `ASScrollNode`.”: 1. I think that `ASScrollNode` should be replaced with `UIScrollView`. 2. But — not sure how can it be seen from this example... --- docs/_docs/scroll-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/scroll-node.md b/docs/_docs/scroll-node.md index 344faebc1..46bcc1aa0 100755 --- a/docs/_docs/scroll-node.md +++ b/docs/_docs/scroll-node.md @@ -77,5 +77,5 @@ scrollNode.layoutSpecBlock = { node, constrainedSize in -As you can see, the `scrollNode`'s underlying view is a `ASScrollNode`. +As you can see, the `scrollNode`'s underlying view is a `UIScrollView`. From d9660f6b01fe802ec41cb9a0646c00e017449d43 Mon Sep 17 00:00:00 2001 From: Ofer Morag Date: Mon, 31 Jul 2017 17:16:36 +0300 Subject: [PATCH 2/2] Update scroll-node.md Removed the last sentence, as it did not make sense, and probably left there from previous editions. --- docs/_docs/scroll-node.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/_docs/scroll-node.md b/docs/_docs/scroll-node.md index 46bcc1aa0..465ac00e6 100755 --- a/docs/_docs/scroll-node.md +++ b/docs/_docs/scroll-node.md @@ -76,6 +76,3 @@ scrollNode.layoutSpecBlock = { node, constrainedSize in - -As you can see, the `scrollNode`'s underlying view is a `UIScrollView`. -