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