mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[Documentation] Improve ASVisibility protocol documentation (#2319)
* Improve ASNavigationController, ASTabBarController and ASVisibility protocol documentation. * Spelling and grammar fixes. Thanks @hannahmbanana!
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/**
|
||||
* ASTabBarController
|
||||
*
|
||||
* @discussion ASTabBarController is a drop in replacement for UITabBarController
|
||||
* which implements the memory efficiency improving @c ASManagesChildVisibilityDepth protocol.
|
||||
*
|
||||
* @see ASManagesChildVisibilityDepth
|
||||
*/
|
||||
@interface ASTabBarController : UITabBarController <ASManagesChildVisibilityDepth>
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user