Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

willDisplayNodeContentWithRenderingContext not work #3354

Open
yingyangios opened this issue Dec 10, 2019 · 2 comments
Open

willDisplayNodeContentWithRenderingContext not work #3354

yingyangios opened this issue Dec 10, 2019 · 2 comments

Comments

@yingyangios
Copy link

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

@gitKun
Copy link

gitKun commented Nov 5, 2020

Me too

@freemansion
Copy link

+1 here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants