Improving documentation based on feedback. Thanks @appleguy! (#2364)

* Improving documentation based on feedback. Thanks @appleguy!

* :palm + forehead:
This commit is contained in:
Garrett Moon
2016-10-07 16:59:44 -07:00
committed by Adlai Holler
parent c72b2b212c
commit 4f3593b211
4 changed files with 14 additions and 7 deletions

View File

@@ -20,7 +20,9 @@ NS_ASSUME_NONNULL_BEGIN
* ASNavigationController
*
* @discussion ASNavigationController is a drop in replacement for UINavigationController
* which implements the memory efficiency improving @c ASManagesChildVisibilityDepth protocol.
* which improves memory efficiency by implementing the @c ASManagesChildVisibilityDepth protocol.
* You can use ASNavigationController with regular UIViewControllers, as well as ASViewControllers.
* It is safe to subclass or use even where AsyncDisplayKit is not adopted.
*
* @see ASManagesChildVisibilityDepth
*/