Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- GCD
- 페이백
- 포켓볼
- 스마트폰
- 얻는법
- Bitcode
- setting
- UIView
- loop
- swift
- simulator
- 신도림 테크노마트
- 아이폰7
- 앱스토어
- error
- 샘플
- UITableView
- 포켓몬 GO
- swift3
- afterdelay
- 신도림
- Xcode
- 공략
- 해몽
- IOS
- 보라카이
- Example
- push
- Check
- LG유플러스
Archives
- Today
- Total
도래울
Changing navigation bar color in Swift 본문
Navigation Bar:
navigationController.navigationBar.barTintColor = UIColor.greenColor()
Replace greenColor with whatever UIColor you want, you can use an RGB too if you prefer.
Navigation Bar Text:
navigationController.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.orangeColor()]
Replace orangeColor with whatever color you like.
Tab Bar:
tabBarController.tabBar.barTintColor = UIColor.brownColor()
Tab Bar Text:
tabBarController.tabBar.tintColor = UIColor.yellowColor()
'개발 > iOS' 카테고리의 다른 글
ios bitcode error (0) | 2016.11.16 |
---|---|
The executable was signed with invalid entitlements 에러 (0) | 2016.11.10 |
swift status bar hidden (0) | 2016.11.08 |
This action could not be completed. Try again.(-22421) 오류 해결 (0) | 2016.11.04 |
ios launch app setting (0) | 2016.11.02 |
Comments