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