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
- Observable
- 클린 코드
- Xcode
- uitableview
- 리팩토링
- 스위프트
- ribs
- Refactoring
- ios
- UICollectionView
- 리펙토링
- Human interface guide
- map
- swiftUI
- UITextView
- rxswift
- 리펙터링
- swift documentation
- Protocol
- MVVM
- 애니메이션
- Clean Code
- clean architecture
- collectionview
- uiscrollview
- RxCocoa
- combine
- HIG
- tableView
- SWIFT
Archives
- Today
- Total
목록custom shape (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/JDV0Q/btrN4P4CR2o/kgkGHWvg56lcLshAKVwLT1/img.png)
목차) SwiftUI의 기본 - 목차 링크 Shape 2D 모양의 뷰를 의미하는 프로토콜 (Circle, Capsule, Ellipse, ... 등) Shape 프로토콜 형태 path(in:)->Path: shape의 형태를 Path로 리턴 role: 모양을 채우는 스타일을 정의하며, 결합 모양(composite shape)과 같은 것을 만들때 이 프로퍼티를 재정의하여 사용 default implementation이 존재 - ShapeRole.fill이 있고 stroke와 separator가 있는 타입 @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public protocol Shape : Animatable, View { func path(..
iOS 기본 (SwiftUI)
2022. 10. 15. 23:08