fixed the next & previous page links (thanks Michael!) so that they actually work.

This commit is contained in:
Hannah Troisi
2016-06-16 16:05:42 -07:00
parent b00409c58c
commit 68f79d4bf7
43 changed files with 92 additions and 52 deletions

View File

@@ -2,7 +2,8 @@
title: ASCellNode
layout: docs
permalink: /docs/cell-node.html
next: text-cell-node.html
prevPage: display-node.html
nextPage: text-cell-node.html
---
ASCellNode, as you may have guessed, is the cell class of ASDK. Unlike the various cells in UIKit, ASCellNode can be used with ASTableNodes, ASCollectionNodes and ASPagerNodes, making it incredibly flexible.