我只想画圆的左半边或右半边。我可以毫无问题地绘制从0到0.5(右侧)的圆。但是绘制从0.5到1的圆圈(左侧)不起作用。调用:addCircleView(circle,isForeground:false,duration:0.0,fromValue:0.5,toValue:1.0)这是我的代码:funcaddCircleView(myView:UIView,isForeground:Bool,duration:NSTimeInterval,fromValue:CGFloat,toValue:CGFloat)->CircleView{letcircleWidth=CGFloat(280)