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
- uitableview
- 스위프트
- collectionview
- Xcode
- rxswift
- clean architecture
- 리펙토링
- map
- tableView
- ios
- uiscrollview
- Human interface guide
- 리펙터링
- UITextView
- swiftUI
- MVVM
- Clean Code
- 애니메이션
- 클린 코드
- combine
- SWIFT
- swift documentation
- UICollectionView
- 리팩토링
- Observable
- Refactoring
- Protocol
- HIG
- ribs
- RxCocoa
Archives
- Today
- Total
목록pinch 제스쳐 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] Angle, rotationGesture, rotationEffect 사용 방법 (회전 방법, pinch 제스쳐)
목차) SwiftUI의 기본 - 목차 링크 Angle SwiftUI 내부적으로 정의한 구조체 Angle은 반지름(radians)와 각도 degrees를 가지고 있는 형태 Angle은 뒤에서 알아볼 rotationGesture, rotationEffect와 같은 곳에서 사용 @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) @frozen public struct Angle { public var radians: Double @inlinable public var degrees: Double @inlinable public init() @inlinable public init(radians: Double) @inlinable public init(d..
iOS 기본 (SwiftUI)
2022. 10. 16. 23:29