uiviewcontrollerrepresentable1 SwiftUI Tutorial 8 - Interfacing with UIKit 1. Create a view to represent a UIPageViewControllerUIViewControllerRepresentable 프로토콜을 준수하는 구조체를 만든다.UIViewControllerRepresentable이 요구하는 메서드를 구현한다.SwiftUI 는 뷰를 보여줄 준비가 되었을 때 makeUIViewController(context:)를 호출하고updateUIViewController는 해당 뷰 컨트롤러가 업데이트되어야 할 때마다 호출한다.import SwiftUIimport UIKitstruct PageViewController: UIViewControllerRepresentable { var pages: [Page] func makeUIViewControlle.. 2024. 7. 10. 이전 1 다음