다른 뷰로 이동
[self.navigationController pushViewController:nextViewController animated: YES];
이전단계 뷰로 이동
[self.navigationController popViewControllerAnimated:YES];
한번에 최상위 뷰로 이동
[self.navigationController popToRootViewControllerAnimated:YES];
반응형
'Programming > iOS - ObjC' 카테고리의 다른 글
| UIText - UITextAlignment 정렬스타일 (0) | 2010.12.13 |
|---|---|
| UITableViewCell - UITableViewCellStyle 종류 (0) | 2010.12.13 |
| UITableView - cell클릭했으때 색변화 (0) | 2010.12.02 |
| UILabel - 자동 줄바꿈 (0) | 2010.12.02 |
| UITableView - 속성들 (0) | 2010.11.30 |
| UIView - AutoRoatation & ReSize (0) | 2010.11.29 |
| NSArray - 구분자로 문자열 나눠서 배열 만들기 (0) | 2010.11.29 |
| 구조체 -> 객체 -> 구조체 (0) | 2010.11.29 |
| 객체 지정하는 변수 (0) | 2010.11.29 |
| NSDictionary - 기본 사용법 (0) | 2010.11.29 |