Posts

Post not yet marked as solved
2 Replies
254 Views
I'm following official guide of https://developer.apple.com/tutorials/swiftui/interfacing-with-uikit for SwiftUI, this tutorial wraps `UIPageViewController` with SwiftUI.I found that when `PageView` is only given with an array of ONE element, such asPageView([FeatureCard(landmark: features[0])])Then when I turn the page, the image disappears.
Posted Last updated
.