navigation bar title color
네비게이션바 타이틀 색상 적용하는 코드
self.navigationController.navigationBar.titleTextAttributes = @{UITextAttributeTextColor : [UIColor whiteColor]};
반응형
그리드형
'IT > iOS' 카테고리의 다른 글
64bit에서 컴파일시 objc_msgsend error (0) | 2014.05.15 |
---|---|
[[NSUserDefaults standardUserDefaults] dictionaryRepresentation].allKeys (0) | 2014.03.04 |
iOS random integer (0) | 2014.02.05 |
iOS 7 UI Difference between Simulator and real Device (0) | 2014.02.05 |
detailView 20pixel bug (0) | 2014.02.04 |
UITableView selected background color (0) | 2014.02.04 |
iOS6 특정뷰 회전 처리 (0) | 2014.02.04 |
iPhone emoji encoding decoding (0) | 2014.01.28 |