AWPolygonView
AWPolygonView copied to clipboard
发现一处bug
- (UIBezierPath *)valuePath { if (!_valuePath) { _valuePath = [UIBezierPath bezierPath]; } return _bezierPath; } 此处应该是return _valuePath;