Programming/iOS - ObjC
UINavigationController - 모달뷰
Tez.Park
2010. 12. 13. 09:37
[[self navigationController] presentModalViewController:~~ animated: YES];
// 새로운 뷰 컨트롤러가 화면 위로 슬라이드 애니메이션 효과와 함께 올라옴
[[self parentViewController] dismissModalViewControllerAnimated:YES];
// 모달뷰 사라지게.
반응형