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
- Human interface guide
- swift documentation
- RxCocoa
- tableView
- combine
- uiscrollview
- SWIFT
- ios
- MVVM
- Refactoring
- 스위프트
- HIG
- 리펙토링
- Observable
- map
- uitableview
- 리펙터링
- collectionview
- UICollectionView
- Protocol
- rxswift
- clean architecture
- 애니메이션
- Clean Code
- 리팩토링
- 클린 코드
- UITextView
- Xcode
- ribs
- swiftUI
Archives
- Today
- Total
목록stroke 사용 시 주의사항 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bJKbD5/btsKcQrUkqB/GZyw02IdTr3QbzYKSlice0/img.png)
원 안에 테두리가 있는 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