This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Description
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