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
- PyQt5
- 날짜
- GIT
- sqlite
- 리눅스
- PER
- urllib
- PyQt
- 유니티
- 다이어트
- pandas
- Unity
- swift
- tensorflow
- Linux
- 라즈베리파이
- IOS
- ASP
- node.js
- ubuntu
- MS-SQL
- flutter
- 함수
- MySQL
- Excel
- port
- python
- 맛집
- mssql
- javascript
Archives
아미(아름다운미소)
iOS] Swift navigation bar 색상 변경 본문
Changing navigation bar color in Swift
- Navigation BarnavigationController?.navigationBar.barTintColor = UIColor.green
navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.orange]
tabBarController?.tabBar.barTintColor = UIColor.brown
tabBarController?.tabBar.tintColor = UIColor.yellow
'랭귀지 > SWIFT' 카테고리의 다른 글
[iOS Swift] Textfield 키보드 내리기 (0) | 2018.07.06 |
---|---|
Playing mp3 song on python (0) | 2018.06.14 |
버튼으로 SWRevealViewController를 관리하는 방법 (0) | 2018.06.10 |
SWRevealViewController의 SlideMenuViewController에서 TabBarController 열기 (0) | 2018.06.06 |
iOS - Swift4) Present and dismiss modal view controller(모달 뷰 컨트롤러 표시 및 닫기) (0) | 2018.06.02 |
Comments