-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Fix references of ASViewController/ASNavigationController (non-existent) to ASDKViewController/ASDKNavigationController #2072
Docs: Fix references of ASViewController/ASNavigationController (non-existent) to ASDKViewController/ASDKNavigationController #2072
Conversation
Benefits of using an `ASDKViewController`: | ||
<ol> | ||
<li><b>Save Memory</b>. An <code>ASDKViewController</code> that goes off screen will automatically reduce the size of the <a href="intelligent-preloading.html">fetch data</a> and <a href="intelligent-preloading.html">display ranges</a> of any of its children. This is key for memory management in large applications. </li> | ||
<li><b><a href="asvisibility.html"><code>ASVisibility</code></a> Feature</b>. When used in an <code>ASNavigationController</code> or <code>ASTabBarController</code>, these classes know the exact number of user taps it would take to make the view controller visible.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ASDKNavigationController
, not ASNavigationController
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was just for ASDKViewController but I can update it to change ASDKNavigationController as well. Thanks.
Updated PR to additionally change ASNavigationController to ASDKNavigationController. |
Does this need anything else, or can we get this approved and merge this? |
Can we get this merged? It's been approved for almost 2 months. |
Who maintains this repo? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for posting!
* 'master' of https://github.com/TextureGroup/Texture: Fix build errors and a crash in xcode 15 (TextureGroup#2093) [ASCellNodeVisibilityEvent] Add a new event when scrolling stops (TextureGroup#2084) Trying to get CI to work (TextureGroup#2085) fix typo: ASStackLayoutElement.h (TextureGroup#2067) Docs: Fix references of ASViewController/ASNavigationController (non-existent) to ASDKViewController/ASDKNavigationController (TextureGroup#2072) [ASTextKitRenderer] Adding locking when accessing the text renderer cache (TextureGroup#2075) Switch UITextWritingDirection to NSWritingDirection (TextureGroup#2071)
…existent) to ASDKViewController/ASDKNavigationController (TextureGroup#2072) * Fix references of ASViewController (non-existent) to ASDKViewController * More references changes to old ASViewController * Also update ASNavigationController -> ASDKNavigationController
Changes documentation references of ASViewController and ASNavigationController (non-existent) to ASDKViewController and ASDKNavigationController.
As far as I can tell there's no such thing as ASViewController, and CHANGELOG says it was renamed in 3.0.0 (2020-07-15)
Same for ASNavigationController, Change was made in this CHANGELOG for 3.1.0