반응형
iOS 15.5, Xcode 13.31, Swift 5, UIKit 환경에서 진행했습니다.
extension UIColor {
static let custom_clearBlue = UIColor(red: 38/255, green: 153/255, blue: 251/255, alpha: 1)
}
사용법
label.backgroundColor = UIColor.custom_clearBlue
반응형
'iOS > 코드조각' 카테고리의 다른 글
[iOS, Swift] Alamofire responseDecodable 사용하기 (0) | 2022.07.12 |
---|---|
[iOS, Swift] 정규식(이메일, 아이디, 닉네임, 패스워드, 전화번호) (0) | 2022.07.12 |
[iOS, Swift] CollectionView 초기 position 변경하기 (0) | 2022.07.06 |
[iOS, Swift] NotificationCenter Example (0) | 2022.07.06 |
[iOS, Swift] 스크롤 뷰 만들기 programmatic (0) | 2022.06.22 |