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
- ASP
- PyQt
- sqlite
- PyQt5
- 날짜
- ubuntu
- IOS
- Excel
- 함수
- 유니티
- tensorflow
- 리눅스
- 맛집
- node.js
- Linux
- pandas
- port
- MySQL
- python
- GIT
- mssql
- swift
- PER
- MS-SQL
- Unity
- javascript
- 다이어트
- 라즈베리파이
- flutter
- urllib
Archives
목록status bar (1)
아미(아름다운미소)
Change Background Color Status Bar iOS
iOS / Swift Status Bar Background Color 변경 - .plist 에 추가 - 소스에 추가 UIApplication.shared.statusBarStyle = .lightContent UINavigationBar.appearance().clipsToBounds = true let statusBar: UIView = UIApplication.shared.value(forKey: "statusBar") as! UIView statusBar.backgroundColor = UIColor(red: 0.0/255.0, green: 152.0/255.0, blue: 186.0/255.0, alpha: 1.0)
랭귀지/SWIFT
2018. 5. 22. 09:30