Circular Rotation Of five buttons maintaining equal distance
问题 I want to rotate five buttons on the circumference of an circle (circle with the center (120,120), which is actually center of square view i.e. 240*240) with radius 100. IS it possible to do so, with having interaction with the buttons which are rotating and a proper look. i have tried ' x = round(cx + redious * cos(angl)); y = round(cy - redious * sin(angl)); NSString *X=[NSString stringWithFormat:@"%f",x]; [xval addObject:[NSString stringWithFormat:@"%@",X]]; NSString *Y=[NSString