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

Need to find the X, Y position of ASCellNode on the ASCollectionNode. **`cellnode.frame`** always returning 0 for X and Y position. The **`frameInWindow`** property does but it is only for...

boxView extend ASDisplayNode `self.boxView.willDisplayNodeContentWithRenderingContext = ^(CGContextRef context, id drawParameters) { CGRect bounds = CGContextGetClipBoundingBox(context); [[UIBezierPath bezierPathWithRoundedRect:bounds cornerRadius:6.f] addClip]; };` the block not call

amazing job for fixing bugs https://github.com/facebook/AsyncDisplayKit/issues/2894 ! love it. but sorry to report this. when I have a attributedString started with NSTextAttachment, ASTextKitContext.mm line 62 method > UIColor *attributeValue =...

This is the first time I am not using the batch fetching api in a collection node or table node. I can't figure out how to prevent all the cells...

I have a problem with ASButtonNode and attributedTitle for different control states and using fractional size. The title becomes shifted to the left. I behaved correctly if I use a...

[AsdkDEMO.zip](https://github.com/facebookarchive/AsyncDisplayKit/files/3034337/AsdkDEMO.zip) Very simple demo 1. load some data, like from 40 - 100 2. and then insert rows at the beginning, 0- 39 3. the `ASTableNode` just jump to the...

Hello, can i update content size of ASTableNode? my code ![2019-03-06 21 11 55](https://user-images.githubusercontent.com/12450917/53891508-b8995d80-4054-11e9-9ca8-f39d5876c114.png) in the cell `self.textMessageNode.maximumNumberOfLines = 1 setNeedsLayout() setNeedsDisplay() ` in the controller ` @objc func reloadData(){...

ASDefaultPlaybackButtonType buttonType = (ASDefaultPlaybackButtonType)[parameters[@"buttonType"] intValue]; UIColor *color = parameters[@"color"]; Expected method to read dictionary element not found on object of type 'id'

Hello! do you have any way to add any UIPageControl-like component using nodes. i want to add this functional as single node or right into ASPagerNode?