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
- collectionview
- HIG
- 애니메이션
- 리팩토링
- rxswift
- 스위프트
- ribs
- 리펙터링
- MVVM
- UITextView
- Human interface guide
- 리펙토링
- tableView
- UICollectionView
- Xcode
- clean architecture
- 클린 코드
- uitableview
- ios
- swiftUI
- combine
- uiscrollview
- swift documentation
- Clean Code
- RxCocoa
- Protocol
- Refactoring
- SWIFT
- Observable
- map
Archives
- Today
- Total
목록SwiftUI와 UIKit (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] 튜토리얼 - 13. SwiftUI에서 UIKit 사용 방법 (UIViewRepresentable, UIViewControllerRepresentable)
SwiftUI에서 UIkit 사용 방법 - UIView UIViewRepresentable 프로토콜을 구현하면 SwiftUI에서 UIView 사용 가능 @available(iOS 13.0, tvOS 13.0, *) @available(macOS, unavailable) @available(watchOS, unavailable) public protocol UIViewRepresentable : View where Self.Body == Never { associatedtype UIViewType : UIView func makeUIView(context: Self.Context) -> Self.UIViewType func updateUIView(_ uiView: Self.UIViewType, contex..
iOS 튜토리얼 (SwiftUI)
2022. 7. 15. 22:23