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
- uiscrollview
- collectionview
- swift documentation
- ios
- Observable
- 리팩토링
- Human interface guide
- swiftUI
- Clean Code
- Refactoring
- 리펙터링
- MVVM
- ribs
- HIG
- UICollectionView
- 클린 코드
- 애니메이션
- map
- clean architecture
- combine
- Protocol
- uitableview
- rxswift
- RxCocoa
- SWIFT
- tableView
- 리펙토링
- 스위프트
- UITextView
Archives
- Today
- Total
목록RoundedRectangle (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] Rectangle, RoundedRectangle, Circle, Ellipse, Capsule 사용 방법
목차) SwiftUI의 기본 - 목차 링크 도형들은 모두 Shape를 준수 대표적인 예로 Rectangle을 보면 Shape를 준수 @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) @frozen public struct Rectangle : Shape { public func path(in rect: CGRect) -> Path @inlinable public init() public typealias Body } Shape는 내부적으로 Animatable을 준수하고 있는 형태 Shape는 path라는 메소드가 있는데, 이 메소드에서 특정 도형을 그리는 형태 Shape, Animatable 관련 개념은 이전 포스팅 글 참고 @available(..
iOS 기본 (SwiftUI)
2022. 10. 18. 22:53