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
- 리팩토링
- HIG
- 클린 코드
- RxCocoa
- Refactoring
- collectionview
- ios
- uitableview
- SWIFT
- clean architecture
- rxswift
- UICollectionView
- uiscrollview
- Clean Code
- 리펙터링
- 스위프트
- Protocol
- combine
- 애니메이션
- map
- Human interface guide
- swift documentation
- ribs
- MVVM
- Observable
- Xcode
- swiftUI
- tableView
- 리펙토링
- UITextView
Archives
- Today
- Total
목록rotationGesture (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