iOSUIBezierPath线如何删除_百度知道
iOSUIBezierPath线如何删除self.pathLayer = [CAShapeLayer layer];之前加上if (self.pathLayer) { [self.pathLayer removeFromSuperlayer]; }
[ios]UIBezierPath 删除问题
[ios]UIBezierPath 删除问题标签: ios Objective-C 发布时间: 2014/12/30 22:39:31 本文来自: http://stackoverflow.com/questions/23507359/uibezierpath-removal...