[iOS] Draw line draw line, 즉 선을 그리는 방법입니다.여러개의 이미지들 사이에 선을 그릴거애요.이번 프로젝트에서 인물관계도를 표현해야 하는데 사용했던 소스입니다.draw multi line 소스코드 peopleImgArray = [NSMutableArray arrayWithObjects:image,image1,image2,image3,image4,image5,image6,image7,image8,image9,image10,nil]; for (UIImageView *img in peopleImgArray) { CGContextRef context = UIGraphicsGetCurrentContext(); CGContextMoveToPoint(context, image.center.x,..