2011-09-21 4 views

답변

1

I는 사용 중 - 한 단계의 사용자 인터페이스의 회전을 수행하기 전에 뷰 컨트롤러로 전송

1. -(void) willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration

.

또는 상기 사용자 인터페이스의 회전 후에 뷰 컨트롤러로 전송

- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation 

.

관련 문제