yanzhao

Results 3 issues of yanzhao

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

您好,我这边创建多个tun通道,但是发现只有第一个tun通道有数据可读,是因为iptable配置的问题吗