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
- pandas
- python
- 맛집
- sqlite
- urllib
- ubuntu
- 다이어트
- javascript
- PER
- 리눅스
- 유니티
- ASP
- swift
- port
- MS-SQL
- Linux
- node.js
- PyQt5
- 날짜
- 라즈베리파이
- MySQL
- flutter
- tensorflow
- GIT
- mssql
- Excel
- 함수
- PyQt
- Unity
- IOS
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