AsyncDisplayKit icon indicating copy to clipboard operation
AsyncDisplayKit copied to clipboard

Smooth asynchronous user interfaces for iOS apps.

Results 26 AsyncDisplayKit issues
Sort by recently updated
recently updated
newest added

when i run demo (ASCollectionView) . it could display all cells . but, if i click refesh button ( [self.collectionNode reloadData] ) , there always lost serveral cells. the blank...

Version 2.2.1 Embedded with CocoaPods ASDefaultPlaybackButton.m Line 54 ![](https://ws1.sinaimg.cn/large/7d35e6e1gy1fpupv4sro3j213g0hhtdk.jpg)

Is there any provision to changed the height of SectionHeader and reload SectionHeader? ``` func collectionNode(_ collectionNode: ASCollectionNode, supplementaryElementKindsInSection section: Int) -> [String] { return [UICollectionElementKindSectionHeader] } ``` Actually `...

Part of the display is not normal In ASCollectionNode: ![issue](https://user-images.githubusercontent.com/22487604/38003369-cea9008e-3269-11e8-8594-8bfec59a8851.png) Normal display should be like this: ![normal](https://user-images.githubusercontent.com/22487604/38003379-dc174fdc-3269-11e8-8c7b-71ed8df12f11.png) [Demo](https://github.com/yaxunliu/Chat) ASCollectionNode : ``` let layout = EmojiFlowLayout() let collecNode = ASCollectionNode(collectionViewLayout: layout)...

Hi I am using View(From xib) as a block. If I set the newCellNode.style.width = ASDimensionMake(200) Labels in the first block(Tableview Header) is not displaying. If I have 3 blocks...

UITabBarController -UINavigationController1 --UIViewController1 ---ASTableNode1 -UINavigationController2 -UINavigationController3 -UINavigationController4 This is part of structure of my app, I clicked a row in the tableNode in order to pop-up a UIViewController,but actually the...

i need to use ASNetWorkImageNode to load one web image,node size 70x70. web image url: http://img1.miaomiaoz.com/image/f6f2d679f6ca3226de304b4d906e7aad.png!/rotate/auto/fwfh/140x140 but ASNetworkImageNode displayed very vague,if i use UIImageView,displayed normal. why? some parameter setting is...

ASImageNode can load a local GIF map? Or can you play an array of pictures?

Hello, I wanna ask you only two question. - How to determine visible cells without partial visible cells ? - How to determine cell rect ?