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
- 리펙토링
- collectionview
- Xcode
- tableView
- 애니메이션
- clean architecture
- ribs
- 리팩토링
- Refactoring
- Observable
- uitableview
- Clean Code
- rxswift
- HIG
- combine
- Protocol
- 클린 코드
- SWIFT
- RxCocoa
- 스위프트
- ios
- uiscrollview
- MVVM
- map
- UICollectionView
- UITextView
- swift documentation
- Human interface guide
- 리펙터링
- swiftUI
Archives
- Today
- Total
목록ScaledShape (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/zyt7V/btrOxn7e32V/FHfbfLnHD6sssHVigzJMt1/img.png)
목차) 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