9
UINavigationController "pushViewController : animated"에 대한 완료 처리기?
UINavigationController다음 뷰 컨트롤러 를 표시하기 위해를 사용하여 앱을 만드는 중 입니다. iOS5에는 새로운 프레젠테이션 방법이 있습니다 UIViewControllers. presentViewController:animated:completion: 이제 완료 처리기가없는 이유를 묻습니다 UINavigationController. 그냥 pushViewController:animated: 새로운 것과 같은 내 자신의 완료 처리기를 만들 수 presentViewController:animated:completion:있습니까?