-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftUi support #270
Comments
Hi Thanks for the question. SwiftUI support is planned. |
Hello again. I just wanted to ask if there will be such an opportunity soon cause I just need to choose uikit or swiftui |
Go with UIKit when working with CalendarKit. You can code the rest of your app in SwiftUI. |
I keep the issue open as the SwiftUI for CalendarKit is still planned to be implemented. |
@richardtop any news about SwiftUI support? |
Hi, please refer to the link I've posted and develop the code to bind CalendarKit with SwiftUI and then wrap it into SwiftUI view. |
cool, does that mean, that Calendarkit supports SwiftUI native in future, so i can build multiplatform apps (iOS, macOS) only with SwiftUI and without Catalyst? |
The goal so far is to have iOS & iPadOS support only, but have the component fully controlled by the SwiftUI layer. So the simplest way to support SwiftUI as of right now, is to port it to iOS/iPadOS. Is there anything you need require AppKit support specifically? |
Any updates on the native SwiftUI support, as opposed to wrapping in a UIKit host? |
Any updates on the native SwiftUI support, as opposed to wrapping in a UIKit host? |
Hello, any updates on the native SwiftUI support, as opposed to wrapping in a UIKit host @richardtop ? |
If you're interested, would you be willing to create a wrapper for the CalendarKit and contribute? As for now, the recommended way to integrate CalendarKit into a SwiftUI application is to connect your DataSource & Delegate in the UIKit domain and expose the resulting controller to the SwiftUI as mentioned in the StackOverflow post: https://stackoverflow.com/questions/64432749/can-i-use-view-controller-calendarkit-in-swiftui-application |
Issue Description
Hello! Thank u for amazing job and such a good library. I wanted to ask if you can do a SwiftUi View and write e ReadMe instruction. It's gonna be really cool!
The text was updated successfully, but these errors were encountered: