ASViewController(ASRangeControllerUpdateRangeProtocol) Category Reference
+ASDKViewController(ASRangeControllerUpdateRangeProtocol) Category Reference
Declared in | -ASViewController.h | +ASDKViewController.h |
---|
Discussion
Declared In
-ASViewController.h
ASDKViewController.h
- ASNavigationController Class Reference
+ ASDKNavigationController Class Reference
@@ -81,7 +81,7 @@ ASNavigationController Class Reference
ASManagesChildVisibilityDepth
Declared in
- ASNavigationController.h
+ ASDKNavigationController.h
@@ -91,9 +91,9 @@ ASNavigationController Class Reference
Overview
- ASNavigationController
ASNavigationController is a drop in replacement for UINavigationController
+
ASDKNavigationController
ASDKNavigationController is a drop in replacement for UINavigationController
which improves memory efficiency by implementing the @c ASManagesChildVisibilityDepth protocol.
-You can use ASNavigationController with regular UIViewControllers, as well as ASViewControllers.
+You can use ASDKNavigationController with regular UIViewControllers, as well as ASDKViewControllers.
It is safe to subclass or use even where AsyncDisplayKit is not adopted.
diff --git a/docs/appledoc/Classes/ASViewController.html b/docs/appledoc/Classes/ASDKViewController.html
similarity index 92%
rename from docs/appledoc/Classes/ASViewController.html
rename to docs/appledoc/Classes/ASDKViewController.html
index d29e08e03..4b05809e0 100755
--- a/docs/appledoc/Classes/ASViewController.html
+++ b/docs/appledoc/Classes/ASDKViewController.html
@@ -3,7 +3,7 @@
- ASViewController Class Reference
+ ASDKViewController Class Reference
@@ -89,7 +89,7 @@
- ASViewController Class Reference
+ ASDKViewController Class Reference
@@ -98,7 +98,7 @@ ASViewController Class Reference
*
:
ASDisplayNode
DisplayNodeType
__covariant
Declared in
- ASViewController.h
+ ASDKViewController.h
@@ -127,7 +127,7 @@ –
- ASViewController Designated initializer.
+ ASDKViewController Designated initializer.
@@ -152,7 +152,7 @@ Parameters
Return Value
- An ASViewController instance whose root view will be backed by the provided ASDisplayNode.
+ An ASDKViewController instance whose root view will be backed by the provided ASDisplayNode.
@@ -161,7 +161,7 @@ Return Value
Discussion
- ASViewController allows you to have a completely node backed heirarchy. It automatically
+
ASDKViewController allows you to have a completely node backed heirarchy. It automatically
handles @c ASVisibilityDepth, automatic range mode and propogating @c ASDisplayTraits to contained nodes.
@@ -182,7 +182,7 @@ See Also
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -228,7 +228,7 @@ Return Value
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -269,7 +269,7 @@
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -310,7 +310,7 @@
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -365,7 +365,7 @@ See Also
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -413,7 +413,7 @@ Discussion
Declared In
- ASViewController.h
+ ASDKViewController.h
diff --git a/docs/appledoc/Constants/ASInterfaceState.html b/docs/appledoc/Constants/ASInterfaceState.html
index ab0706f83..4182ee0a9 100755
--- a/docs/appledoc/Constants/ASInterfaceState.html
+++ b/docs/appledoc/Constants/ASInterfaceState.html
@@ -79,7 +79,7 @@ ASInterfaceState
- Interface state is available on ASDisplayNode and ASViewController, and
+
Interface state is available on ASDisplayNode and ASDKViewController, and
allows checking whether a node is in an interface situation where it is prudent to trigger certain
actions: measurement, data loading, display, and visibility (the latter for animations or other onscreen-only effects).
diff --git a/docs/appledoc/Protocols/ASManagesChildVisibilityDepth.html b/docs/appledoc/Protocols/ASManagesChildVisibilityDepth.html
index 817097a2b..8748e6cd5 100755
--- a/docs/appledoc/Protocols/ASManagesChildVisibilityDepth.html
+++ b/docs/appledoc/Protocols/ASManagesChildVisibilityDepth.html
@@ -125,7 +125,7 @@
Container view controllers should adopt this protocol to indicate that they will manage their child’s
-visibilityDepth. For example, ASNavigationController adopts this protocol and manages its childrens visibility
+visibilityDepth. For example, ASDKNavigationController adopts this protocol and manages its childrens visibility
depth.
If you adopt this protocol, you must also emit visibilityDepthDidChange messages to child view controllers.
diff --git a/docs/appledoc/Protocols/ASVisibilityDepth.html b/docs/appledoc/Protocols/ASVisibilityDepth.html
index 29597c887..4e6267ff8 100755
--- a/docs/appledoc/Protocols/ASVisibilityDepth.html
+++ b/docs/appledoc/Protocols/ASVisibilityDepth.html
@@ -99,7 +99,7 @@ ASVisibilityDepth Protocol Reference
Overview
ASVisibilityDepth
“Visibility Depth” represents the number of user actions required to make an ASDisplayNode or
-ASViewController visibile. Texture uses this information to intelligently manage memory and focus
+ASDKViewController visibile. Texture uses this information to intelligently manage memory and focus
resources where they are most visible to the user.
The ASVisibilityDepth protocol describes how custom view controllers can integrate with this system.
@@ -205,13 +205,13 @@ Discussion
has changed.
If implemented by a view controller container, use this method to notify child view controllers that their view
-depth has changed @see ASNavigationController.m
+depth has changed @see ASDKNavigationController.m
-If implemented on an ASViewController, use this method to reduce or increase the resources that your
+
If implemented on an ASDKViewController, use this method to reduce or increase the resources that your
view controller uses. A higher visibility depth view controller should decrease it’s resource usage, a lower
visibility depth controller should pre-warm resources in preperation for a display at 0 depth.
-ASViewController implements this method and reduces / increases range mode of supporting nodes (such as ASCollectionNode
+
ASDKViewController implements this method and reduces / increases range mode of supporting nodes (such as ASCollectionNode
and ASTableNode).
diff --git a/docs/appledoc/hierarchy.html b/docs/appledoc/hierarchy.html
index f9eb61138..3830fe769 100755
--- a/docs/appledoc/hierarchy.html
+++ b/docs/appledoc/hierarchy.html
@@ -112,7 +112,7 @@ Class Hierarchy
- ASViewController
+ ASDKViewController
NSObject
@@ -165,7 +165,7 @@ Class Hierarchy
- UINavigationController
@@ -365,7 +365,7 @@ Category References
- ASTextNode(Deprecated)
- - ASViewController(ASRangeControllerUpdateRangeProtocol)
+ - ASDKViewController(ASRangeControllerUpdateRangeProtocol)
- CALayer(AsyncDisplayKit)
diff --git a/docs/appledoc/index.html b/docs/appledoc/index.html
index 27076d4fb..7c2896717 100755
--- a/docs/appledoc/index.html
+++ b/docs/appledoc/index.html
@@ -86,7 +86,7 @@ Class References
- ASMultiplexImageNode
- - ASNavigationController
+ - ASDKNavigationController
- ASNetworkImageNode
@@ -118,7 +118,7 @@ Class References
- ASVideoPlayerNode
- - ASViewController
+ - ASDKViewController
- ASWrapperLayoutSpec
@@ -302,7 +302,7 @@ Category References
- ASTextNode(Deprecated)
- - ASViewController(ASRangeControllerUpdateRangeProtocol)
+ - ASDKViewController(ASRangeControllerUpdateRangeProtocol)
- CALayer(AsyncDisplayKit)
ASNavigationController Class Reference
+ASDKNavigationController Class Reference
ASManagesChildVisibilityDepth | ||
Declared in | -ASNavigationController.h | +ASDKNavigationController.h |
---|
ASNavigationController Class Reference
Overview
-ASNavigationController
ASNavigationController is a drop in replacement for UINavigationController +
ASDKNavigationController
ASDKNavigationController is a drop in replacement for UINavigationController which improves memory efficiency by implementing the @c ASManagesChildVisibilityDepth protocol. -You can use ASNavigationController with regular UIViewControllers, as well as ASViewControllers. +You can use ASDKNavigationController with regular UIViewControllers, as well as ASDKViewControllers. It is safe to subclass or use even where AsyncDisplayKit is not adopted.
- ASViewController Class Reference
+ ASDKViewController Class Reference
@@ -98,7 +98,7 @@ ASViewController Class Reference
*
:
ASDisplayNode
DisplayNodeType
__covariant
Declared in
- ASViewController.h
+ ASDKViewController.h
@@ -127,7 +127,7 @@ –
- ASViewController Designated initializer.
+ ASDKViewController Designated initializer.
@@ -152,7 +152,7 @@ Parameters
Return Value
- An ASViewController instance whose root view will be backed by the provided ASDisplayNode.
+ An ASDKViewController instance whose root view will be backed by the provided ASDisplayNode.
@@ -161,7 +161,7 @@ Return Value
Discussion
- ASViewController allows you to have a completely node backed heirarchy. It automatically
+
ASDKViewController allows you to have a completely node backed heirarchy. It automatically
handles @c ASVisibilityDepth, automatic range mode and propogating @c ASDisplayTraits to contained nodes.
@@ -182,7 +182,7 @@ See Also
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -228,7 +228,7 @@ Return Value
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -269,7 +269,7 @@
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -310,7 +310,7 @@
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -365,7 +365,7 @@ See Also
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -413,7 +413,7 @@ Discussion
Declared In
- ASViewController.h
+ ASDKViewController.h
diff --git a/docs/appledoc/Constants/ASInterfaceState.html b/docs/appledoc/Constants/ASInterfaceState.html
index ab0706f83..4182ee0a9 100755
--- a/docs/appledoc/Constants/ASInterfaceState.html
+++ b/docs/appledoc/Constants/ASInterfaceState.html
@@ -79,7 +79,7 @@ ASInterfaceState
- Interface state is available on ASDisplayNode and ASViewController, and
+
Interface state is available on ASDisplayNode and ASDKViewController, and
allows checking whether a node is in an interface situation where it is prudent to trigger certain
actions: measurement, data loading, display, and visibility (the latter for animations or other onscreen-only effects).
diff --git a/docs/appledoc/Protocols/ASManagesChildVisibilityDepth.html b/docs/appledoc/Protocols/ASManagesChildVisibilityDepth.html
index 817097a2b..8748e6cd5 100755
--- a/docs/appledoc/Protocols/ASManagesChildVisibilityDepth.html
+++ b/docs/appledoc/Protocols/ASManagesChildVisibilityDepth.html
@@ -125,7 +125,7 @@
Container view controllers should adopt this protocol to indicate that they will manage their child’s
-visibilityDepth. For example, ASNavigationController adopts this protocol and manages its childrens visibility
+visibilityDepth. For example, ASDKNavigationController adopts this protocol and manages its childrens visibility
depth.
If you adopt this protocol, you must also emit visibilityDepthDidChange messages to child view controllers.
diff --git a/docs/appledoc/Protocols/ASVisibilityDepth.html b/docs/appledoc/Protocols/ASVisibilityDepth.html
index 29597c887..4e6267ff8 100755
--- a/docs/appledoc/Protocols/ASVisibilityDepth.html
+++ b/docs/appledoc/Protocols/ASVisibilityDepth.html
@@ -99,7 +99,7 @@ ASVisibilityDepth Protocol Reference
Overview
ASVisibilityDepth
“Visibility Depth” represents the number of user actions required to make an ASDisplayNode or
-ASViewController visibile. Texture uses this information to intelligently manage memory and focus
+ASDKViewController visibile. Texture uses this information to intelligently manage memory and focus
resources where they are most visible to the user.
The ASVisibilityDepth protocol describes how custom view controllers can integrate with this system.
@@ -205,13 +205,13 @@ Discussion
has changed.
If implemented by a view controller container, use this method to notify child view controllers that their view
-depth has changed @see ASNavigationController.m
+depth has changed @see ASDKNavigationController.m
-If implemented on an ASViewController, use this method to reduce or increase the resources that your
+
If implemented on an ASDKViewController, use this method to reduce or increase the resources that your
view controller uses. A higher visibility depth view controller should decrease it’s resource usage, a lower
visibility depth controller should pre-warm resources in preperation for a display at 0 depth.
-ASViewController implements this method and reduces / increases range mode of supporting nodes (such as ASCollectionNode
+
ASDKViewController implements this method and reduces / increases range mode of supporting nodes (such as ASCollectionNode
and ASTableNode).
ASViewController Class Reference
+ASDKViewController Class Reference
* : ASDisplayNode DisplayNodeType __covariant |
||
Declared in | -ASViewController.h | +ASDKViewController.h |
---|
–
- ASViewController Designated initializer.
+ ASDKViewController Designated initializer.
@@ -152,7 +152,7 @@ Parameters
Return Value
- An ASViewController instance whose root view will be backed by the provided ASDisplayNode.
+ An ASDKViewController instance whose root view will be backed by the provided ASDisplayNode.
@@ -161,7 +161,7 @@ Return Value
Discussion
- ASViewController allows you to have a completely node backed heirarchy. It automatically
+
ASDKViewController allows you to have a completely node backed heirarchy. It automatically
handles @c ASVisibilityDepth, automatic range mode and propogating @c ASDisplayTraits to contained nodes.
@@ -182,7 +182,7 @@ See Also
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -228,7 +228,7 @@ Return Value
Declared In
- ASViewController.h
+ ASDKViewController.h
@@ -269,7 +269,7 @@
Declared In
- ASViewController.h
+ ASDKViewController.h
ASViewController Designated initializer.
+ASDKViewController Designated initializer.
Parameters
Return Value
-An ASViewController instance whose root view will be backed by the provided ASDisplayNode.
+An ASDKViewController instance whose root view will be backed by the provided ASDisplayNode.
Return Value
Discussion
-ASViewController allows you to have a completely node backed heirarchy. It automatically +
ASDKViewController allows you to have a completely node backed heirarchy. It automatically handles @c ASVisibilityDepth, automatic range mode and propogating @c ASDisplayTraits to contained nodes.
See Also
Declared In
-ASViewController.h
ASDKViewController.h
Return Value
Declared In
-ASViewController.h
ASDKViewController.h
Declared In
- ASViewController.h
+ ASDKViewController.h
Declared In
-ASViewController.h
ASDKViewController.h
Declared In
- ASViewController.h
+ ASDKViewController.h
Declared In
-ASViewController.h
ASDKViewController.h
Declared In
-ASViewController.h
ASDKViewController.h
Declared In
-ASViewController.h
ASDKViewController.h
Interface state is available on ASDisplayNode and ASViewController, and +
Interface state is available on ASDisplayNode and ASDKViewController, and allows checking whether a node is in an interface situation where it is prudent to trigger certain actions: measurement, data loading, display, and visibility (the latter for animations or other onscreen-only effects).
Container view controllers should adopt this protocol to indicate that they will manage their child’s
-visibilityDepth. For example, ASNavigationController adopts this protocol and manages its childrens visibility
+visibilityDepth. For example, ASDKNavigationController adopts this protocol and manages its childrens visibility
depth.
If you adopt this protocol, you must also emit visibilityDepthDidChange messages to child view controllers.
diff --git a/docs/appledoc/Protocols/ASVisibilityDepth.html b/docs/appledoc/Protocols/ASVisibilityDepth.html
index 29597c887..4e6267ff8 100755
--- a/docs/appledoc/Protocols/ASVisibilityDepth.html
+++ b/docs/appledoc/Protocols/ASVisibilityDepth.html
@@ -99,7 +99,7 @@ ASVisibilityDepth Protocol Reference
Overview
ASVisibilityDepth
“Visibility Depth” represents the number of user actions required to make an ASDisplayNode or
-ASViewController visibile. Texture uses this information to intelligently manage memory and focus
+ASDKViewController visibile. Texture uses this information to intelligently manage memory and focus
resources where they are most visible to the user.
The ASVisibilityDepth protocol describes how custom view controllers can integrate with this system.
@@ -205,13 +205,13 @@ Discussion
has changed.
If implemented by a view controller container, use this method to notify child view controllers that their view
-depth has changed @see ASNavigationController.m
+depth has changed @see ASDKNavigationController.m
-If implemented on an ASViewController, use this method to reduce or increase the resources that your
+
If implemented on an ASDKViewController, use this method to reduce or increase the resources that your
view controller uses. A higher visibility depth view controller should decrease it’s resource usage, a lower
visibility depth controller should pre-warm resources in preperation for a display at 0 depth.
-ASViewController implements this method and reduces / increases range mode of supporting nodes (such as ASCollectionNode
+
ASDKViewController implements this method and reduces / increases range mode of supporting nodes (such as ASCollectionNode
and ASTableNode).
Class Hierarchy
--
@@ -165,7 +165,7 @@
- UINavigationController @@ -365,7 +365,7 @@
- ASTextNode(Deprecated) -
- ASViewController(ASRangeControllerUpdateRangeProtocol) +
- ASDKViewController(ASRangeControllerUpdateRangeProtocol)
- CALayer(AsyncDisplayKit) diff --git a/docs/appledoc/index.html b/docs/appledoc/index.html index 27076d4fb..7c2896717 100755 --- a/docs/appledoc/index.html +++ b/docs/appledoc/index.html @@ -86,7 +86,7 @@
- ASMultiplexImageNode -
- ASNavigationController +
- ASDKNavigationController
- ASNetworkImageNode @@ -118,7 +118,7 @@
- ASVideoPlayerNode -
- ASViewController +
- ASDKViewController
- ASWrapperLayoutSpec @@ -302,7 +302,7 @@
- ASTextNode(Deprecated) -
- ASViewController(ASRangeControllerUpdateRangeProtocol) +
- ASDKViewController(ASRangeControllerUpdateRangeProtocol)
- CALayer(AsyncDisplayKit)