Skip to content

Commit

Permalink
Update scroll-node.md (#484)
Browse files Browse the repository at this point in the history
* Update scroll-node.md

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...

* Update scroll-node.md

Removed the last sentence, as it did not make sense, and probably left there from previous editions.
  • Loading branch information
oferRounds authored and garrettmoon committed Jul 31, 2017
1 parent 858fa11 commit 0f9645c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/_docs/scroll-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,3 @@ scrollNode.layoutSpecBlock = { node, constrainedSize in
</pre>
</div>
</div>

As you can see, the `scrollNode`'s underlying view is a `ASScrollNode`.

0 comments on commit 0f9645c

Please sign in to comment.