일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- kotlin
- 어플리케이션
- graph
- UIButton
- Chart
- ios
- Swift
- modal
- 라이브러리
- 그래프
- charts
- ui
- UITableView
- TableView
- androidstudio
- 개발
- Python
- Chrats
- Xcode
- Android
- button
- cocoapods
- 개발자
- UIKit
- PyQt
- library
- alamofire
- PyQt5
- Storyboard
- Apple
Archives
- Today
- Total
반응형
목록HEX (1)
Jiwift

Swift UIColor Picker (ralfebert.com) Swift UIColor Picker www.ralfebert.com 위에 보이는 값들을 사용해서 Swift에서 사용 가능한 UIColor로 변환해줍니다. 아래 코드 블록은 변환된 결과 예시입니다. 보시는 것과 같이 다양한 방법으로 제공해줍니다. #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1) /* #ffcc00 */ UIColor(hue: 0.1333, saturation: 1, brightness: 1, alpha: 1.0) /* #ffcc00 */ UIColor(hue: 48/360, saturation: 100/100, brightness: 100/100, alpha: 1.0) /* #..
iOS Dev/iOS
2022. 12. 28. 10:35
반응형