이번에 iOS5로 업데이트 되면서 많은 API의 추가가 되었는데 특히 편리한 API 가 추가 되어서 소개해볼까한다. UIControl 들의 Customizing 작업이 상당히 편하게 바뀐거 같다!!(내 개인적인 느낌) 참고는 아래의 사이트에서 더 해보시길! http://tinyw.in/AU2E Apple의 공식 Document에서는 뭐라뭐라 하는데 Proxy 패턴을 썻다고한다. 써본 느낌은 Delegate 패턴의 반대 느낌이라고 해야하나?! 아래와 같이 일단 하면 편하게 커스터마이징이 가능하다 ex) UINavigationBar 의 백그라운드 이미지 바꾸기 // UINavigationBar customize // iOS5.0 이상에서 동작 UIImage *image = [[UIImage imageName..
- (void)viewDidLoad { [super viewDidLoad]; self.title = @"My title"; self.navigationController.navigationBar.backItem.title = @"뒤로가기"; } 본래 "Back"이라는 Text가 들어가는데 "뒤로가기" 라고 바꿔 주었습니다. 위 코드는 상황에 따라 적용되지 않을 수 있습니다. 가령 UITabbarController와 UINavigationController를 같이 사용하면서 pushViewController를 이용해 뷰를 이동할 때 안되더군요. 이때는 다음과 같이 해결 합니다. UIBarButtonItem *backButton = [[UIBarButtonItem alloc] initWithTitle: @"..
- Total
- Today
- Yesterday
- AVAudioSession
- object-c
- AVAudioSessionInterruptionNotification
- setSelectionIndicatorImage
- endInterruption
- iPhone
- CAD
- MFC
- setBackGroundImage
- AVAudioSessionDelegate
- C++
- ios
- beginInterruption
- apns
- ManagedObjectModel
- SDK
- UINavigationBar
- xcode
- 배포
- distribution
- objective-c
- 애플 문서
- git hub
- ARX
- UITableView
- iOS5
- C
- progressively
- MappingModel
- badgeValue
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |