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 |
Tags
- swiftdata
- Swift Tuist
- ios database
- swift
- JSON
- ios
- 네트워크 통신
- 카카오뱅크 ios
- Firebase
- ios swiftdata
- Subscribe
- realm
- SeSAC
- Subject
- Tuist
- ribs
- arc
- Combine
- swift database
- RxSwift
- Tuist Swift
- Firebase Analytics
- swift 6
- observable
- GCD
- KeyPath
- xcode
- swift 5.9
- SwiftUI
- swift db
Archives
- Today
- Total
천원의 개발
IOS Switch 배경화면 설정 본문
배경화면 설정시 화면에 네모 모양으로 배경이 설정되어 어려움을 겪었다
@IBOutlet var mSwitch: UISwitch!
mSwitch.tintColor = UIColor.white
mSwitch.layer.cornerRadius = mSwitch.frame.height / 2.0
mSwitch.backgroundColor = UIColor.white
mSwitch.clipsToBounds = true
해결!
'iOS&Swift🍎' 카테고리의 다른 글
IOS Closure 축약순서 (0) | 2022.03.23 |
---|---|
IOS 네트워킹 (0) | 2022.03.22 |
IOS segue를 사용한 화면 전환 (0) | 2022.03.21 |
IOS 버튼 3초 꾹눌렀을때 동작하게 (0) | 2022.03.20 |
IOS/AVAudioPlayer 무음에서 소리 나오게 (0) | 2022.03.20 |