I\'m trying to draw a circle using UIBezierPath addArcWithCenter method :
UIBezierPath *bezierPath = [UIBezierPath bezierPathWithOvalInRect:CGRectMake(0.,
I have no idea what you expect and what's wrong with your actual result—but a radius of 0 in your second line of code seems fishy. It just adds a point at center to the current path (which already includes a circle).
center