mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Improving documentation based on feedback. Thanks @appleguy! (#2364)
* Improving documentation based on feedback. Thanks @appleguy! * :palm + forehead:
This commit is contained in:
committed by
Adlai Holler
parent
c72b2b212c
commit
4f3593b211
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user