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
- 리팩토링
- Xcode
- MVVM
- collectionview
- UITextView
- HIG
- 스위프트
- swift documentation
- ios
- uiscrollview
- 리펙터링
- swiftUI
- uitableview
- Protocol
- tableView
- 애니메이션
- Human interface guide
- clean architecture
- rxswift
- Observable
- ribs
- 리펙토링
- Refactoring
- 클린 코드
- UICollectionView
- combine
- RxCocoa
- Clean Code
- SWIFT
- map
Archives
- Today
- Total
목록원 안에 또다른 원 넣기 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] stroke 사용 시 주의사항 (#원 안에 테두리 넣기)
원 안에 테두리가 있는 UI원 안에 테두리가 있는 아래 UI를 구현하는 방법?보통은 Circle()을 선언하고 여기에 oberlay를 사용하여 stroke로 위에 뷰를 덫붙여서 구현struct ContentView: View { let lineWidth = 1.0 let length = 40.0 var body: some View { VStack { Circle() // 첫 번째 circle .stroke(Color(UIColor.clear), lineWidth: lineWidth) .background(Color(UIColor.lightGray)) .frame(widt..
iOS 응용 (SwiftUI)
2024. 10. 22. 01:24