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
- sqlite
- MySQL
- MS-SQL
- PyQt
- 맛집
- tensorflow
- pandas
- IOS
- urllib
- ASP
- node.js
- GIT
- swift
- PER
- 날짜
- Unity
- 다이어트
- javascript
- port
- ubuntu
- flutter
- 리눅스
- Linux
- mssql
- PyQt5
- 라즈베리파이
- 함수
- python
- 유니티
- Excel
Archives
목록2018/05/22 (1)
아미(아름다운미소)
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