mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-29 16:48:59 +08:00
1.0 KiB
1.0 KiB
title, layout, permalink, prevPage, nextPage
| title | layout | permalink | prevPage | nextPage |
|---|---|---|---|---|
| Upgrading to 2.0 <b><i>(New)</i></b> | docs | /docs/upgrading.html | installation.html | image-modification-block.html |
AsyncDisplayKit 2.0 Beta is (almost) here! Here's a brief summary of the changes on master as of today:
Find & replace API naming improvements:
.usesImplicitHierarchyManagementrenamed to.automaticallyManagesSubnodesASRelativeDimensionTypePercentand associated functions renamed to useFractionto be consistent with Apple terminology.
Make sure to check:
constrainedSizeForNodeAtIndexPath:moved from the.dataSourceto the.delegateto be consistent with UIKit definitions of the roles. Note: Make sure that you provide a delegate for anyASTableNode,ASCollectionNodeorASPagerNodesthat use this method.
Good to know:
- Layout Transition API (
transitionLayoutWithDuration:) has been moved out of Beta
The majority of the remaining (unmerged) changes will be in the Layout API.