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
- clean architecture
- Human interface guide
- 스위프트
- uitableview
- SWIFT
- 클린 코드
- map
- Xcode
- swiftUI
- RxCocoa
- MVVM
- 리펙토링
- ribs
- swift documentation
- 리펙터링
- Refactoring
- Observable
- 리팩토링
- ios
- UICollectionView
- collectionview
- HIG
- Protocol
- 애니메이션
- rxswift
- uiscrollview
- UITextView
- Clean Code
- tableView
- combine
Archives
- Today
- Total
목록RotatedShape (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] ScaledShape, RotatedShape, OffsetShape, TransformedShape 사용 방법
목차) SwiftUI의 기본 - 목차 링크 ScaledShape, RotatedShape, OffsetShape 3가지 모두 인자로 shape를 넣고, 두번째 파라미터에 scale, angle, offset을 넣어서 도형들을 편리하게 사용할 수 있는 구조체 ex) ScaledShape(shape:scale:) @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) @frozen public struct ScaledShape : Shape where Content : Shape { public var shape: Content public var scale: CGSize public var anchor: UnitPoint @inlinable public..
iOS 기본 (SwiftUI)
2022. 10. 20. 22:26