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