CardinalKit / CardinalKit

Open-source framework for rapid development of modern, interoperable digital health applications on iOS devices

Home Page:https://cardinalkit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace PageViewController with SwiftUI native equivalent

vishnuravi opened this issue · comments

Problem

PageViewController wraps UIPageViewController for SwiftUI. However, there is now a SwiftUI native solution for creating paged views using TabViewStyle.

Solution

PageViewController should be updated to use the SwiftUI native solution.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

This issue has been resolved by PR #162.