Ryan

Results 2 issues of Ryan

**Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue. Check closed issues as well, because your issue...

more information needed

> - (UIBezierPath *)valuePath { > if (!_valuePath) { > _valuePath = [UIBezierPath bezierPath]; > } > return _bezierPath; > } 此处应该是return _valuePath;