1
버튼 클릭 이벤트에서 현재 UIView에 UIViewController를 추가하고 싶습니다. 그러나 프레임을 설정할 수 없습니다. y 축을 어떻게 설정할 수 있습니까? 나는 또한 iPhone: How to set UIViewController frame?을 체크 아웃했지만 해결할 수 없다. 화면보다 작은 모달 뷰를 제공하려는 경우iphone보기 컨트롤러보기 설정
GalleryViewController *objgallery = [[GalleryViewController
alloc]initWithNibName:@"GalleryViewController" bundle:[NSBundle mainBundle]];
objgallery.view.frame = CGRectMake(0, 88, 320, 372);
[self presentModalViewController:objgallery animated:YES];