AsyncDisplayKit icon indicating copy to clipboard operation
AsyncDisplayKit copied to clipboard

willDisplayNodeContentWithRenderingContext not work

Open yingyangios opened this issue 5 years ago • 2 comments

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

yingyangios avatar Dec 10 '19 11:12 yingyangios

Me too

gitKun avatar Nov 05 '20 10:11 gitKun

+1 here

freemansion avatar Nov 30 '20 13:11 freemansion