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
- rxswift
- uiscrollview
- ribs
- 스위프트
- Refactoring
- RxCocoa
- 리펙터링
- SWIFT
- UITextView
- Observable
- HIG
- Protocol
- 리펙토링
- Xcode
- combine
- swift documentation
- MVVM
- Human interface guide
- UICollectionView
- map
- clean architecture
- collectionview
- swiftUI
- 애니메이션
- Clean Code
- tableView
- 리팩토링
- uitableview
- ios
- 클린 코드
Archives
- Today
- Total
목록inset(by:) (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] Shape, InsettableShape 사용 방법(Custom Shape, inset(by:))
목차) 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