I had konw one method to do that , codes like below :
CLLocationCoordinate2D d1 = CLLocationCoordinate2DMake(22.9752041040, 114.4812180328);
_TestCircle = [MKCircle circleWithCenterCoordinate:d1 radius:400];
[self.map addOverlay:_TestCircle];
But I wanna the circle View is fixed in iPhone screen, When you drag the MKMapVew , it will not move
and the most important , When you Pinch the MapView , this circle view will also change its size ,
when zoom in ,it became smaller , when zoom out , it became bigger
Thanks a lot to discuss this question