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
- tableView
- uitableview
- Refactoring
- rxswift
- SWIFT
- swiftUI
- combine
- Observable
- map
- 클린 코드
- 스위프트
- clean architecture
- uiscrollview
- Xcode
- HIG
- UITextView
- MVVM
- Protocol
- 리펙터링
- UICollectionView
- collectionview
- 리펙토링
- RxCocoa
- Clean Code
- 리팩토링
- 애니메이션
- ribs
- ios
- swift documentation
- Human interface guide
Archives
- Today
- Total
목록stroke 사용 시 주의사항 (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