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 |
Tags
- python
- 날짜
- pandas
- swift
- tensorflow
- PyQt
- 함수
- port
- IOS
- ubuntu
- MySQL
- ASP
- urllib
- sqlite
- 유니티
- javascript
- Unity
- Linux
- GIT
- 맛집
- 다이어트
- node.js
- 리눅스
- PyQt5
- PER
- flutter
- mssql
- Excel
- 라즈베리파이
- MS-SQL
Archives
아미(아름다운미소)
iOS] Swift navigation bar 색상 변경 본문
Changing navigation bar color in Swift
- Navigation Bar1 | navigationController?.navigationBar.barTintColor = UIColor.green |
1 | navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.orange] |
1 | tabBarController?.tabBar.barTintColor = UIColor.brown |
1 | 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 |