diff --git a/appledoc/Classes/ASCellNode.html b/appledoc/Classes/ASCellNode.html new file mode 100644 index 00000000..5958b950 --- /dev/null +++ b/appledoc/Classes/ASCellNode.html @@ -0,0 +1,229 @@ + + + + + ASCellNode Class Reference + + + + + + +
+
+

AsyncDisplayKit

+ Facebook +
+ + + +
+ +
+
+ + + +
+ +
+ + + + + + + +
Inherits fromASDisplayNode : ASDealloc2MainObject
Declared inASCellNode.h
+ + + + +
+ +

Overview

+

Generic cell node. Subclass ASCellNode instead of ASDisplayNode to use ASTableView.

+
+ + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + \ No newline at end of file diff --git a/appledoc/Classes/ASTextCellNode.html b/appledoc/Classes/ASTextCellNode.html new file mode 100644 index 00000000..9c09f8b7 --- /dev/null +++ b/appledoc/Classes/ASTextCellNode.html @@ -0,0 +1,308 @@ + + + + + ASTextCellNode Class Reference + + + + + + +
+
+

AsyncDisplayKit

+ Facebook +
+ + + +
+ +
+
+ + + +
+ +
+ + + + + + + +
Inherits fromASCellNode : ASDisplayNode : ASDealloc2MainObject
Declared inASCellNode.h
+ + + + +
+ +

Overview

+

Simple label-style cell node. Read its source for an example of custom ASCellNodes.

+
+ + + + + +
+ +

Tasks

+ + + + + + + +
+ + + + + +
+ +

Properties

+ +
+ +

text

+ + + +
+

Text to display.

+
+ + + +
@property (nonatomic, copy) NSString *text
+ + + + + + + + + + + + + + + +
+

Declared In

+ ASCellNode.h
+
+ + +
+ +
+ + + + + + + + + + + +
+ + +
+
+ + + \ No newline at end of file diff --git a/appledoc/Protocols/ASRangeControllerDelegate.html b/appledoc/Protocols/ASRangeControllerDelegate.html index 25a62133..fae039e9 100644 --- a/appledoc/Protocols/ASRangeControllerDelegate.html +++ b/appledoc/Protocols/ASRangeControllerDelegate.html @@ -353,7 +353,7 @@

Return Value

-

A new corresponding to indexPath.

+

A new ASCellNode corresponding to indexPath.

diff --git a/appledoc/hierarchy.html b/appledoc/hierarchy.html index 5e936f15..93c8e180 100644 --- a/appledoc/hierarchy.html +++ b/appledoc/hierarchy.html @@ -42,6 +42,14 @@
  • ASDisplayNode