Navigation Bar Back 버튼의 Text 변경 하기
- (void)viewDidLoad { [super viewDidLoad]; self.title = @"My title"; self.navigationController.navigationBar.backItem.title = @"뒤로가기"; } 본래 "Back"이라는 Text가 들어가는데 "뒤로가기" 라고 바꿔 주었습니다. 위 코드는 상황에 따라 적용되지 않을 수 있습니다. 가령 UITabbarController와 UINavigationController를 같이 사용하면서 pushViewController를 이용해 뷰를 이동할 때 안되더군요. 이때는 다음과 같이 해결 합니다. UIBarButtonItem *backButton = [[UIBarButtonItem alloc] initWithTitle: @"..
iOS SDK
2011. 6. 3. 15:26
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- AVAudioSessionDelegate
- AVAudioSessionInterruptionNotification
- progressively
- beginInterruption
- objective-c
- MappingModel
- C++
- distribution
- 배포
- endInterruption
- ManagedObjectModel
- UITableView
- CAD
- iPhone
- object-c
- SDK
- xcode
- ARX
- MFC
- apns
- setSelectionIndicatorImage
- setBackGroundImage
- AVAudioSession
- ios
- 애플 문서
- iOS5
- badgeValue
- git hub
- C
- UINavigationBar
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함