Update and rename aspagernode.md to container-aspagernode.md

This commit is contained in:
Hannah Troisi
2016-04-16 13:52:45 -07:00
parent 86f6a795f4
commit b1e2c336d2

View File

@@ -1,8 +1,8 @@
---
title: ASPagerNode
layout: docs
permalink: /docs/aspagernode.html
next: ascollectionnode.html
permalink: /docs/container-aspagernode.html
next: display-node.html
---
ASPagerNode is a specialized subclass of ASCollectionNode. Using it allows you to produce a page style UI similar to what you'd create with a UIPageViewController with UIKit. Luckily, the API is quite a bit simpler than UIPageViewController's.