AsyncDisplayKit
AsyncDisplayKit copied to clipboard
willDisplayNodeContentWithRenderingContext not work
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
Me too
+1 here