Behrad Kazemi

Results 1 comments of Behrad Kazemi

in function moveHandle() : ``` func moveHandle(lastPoint:CGPoint){ //Get the center let centerPoint:CGPoint = CGPointMake(self.frame.size.width/2, self.frame.size.height/2); //Calculate the direction from a center point and a arbitrary position. //bug fix: var currentAngle:Double...