2010-12-08 2 views

답변

0

UIView 개체의 frame 속성을 사용하여 x, y 원점 및 크기를 모두 변경할 수 있습니다.

myView.frame = CGRectMake(x, y, width, height); 
관련 문제