A declarative, performant, iOS calendar UI component that supports use cases ranging from simple date pickers all the way up to fully-featured calendar apps.
I was able to compile for visionOS relatively easily. Increased Swift tools version to 5.9, added platform support and handled cases of haptic APIs that aren't supported.
With that said, I have no figured out why the view is completely blank. I know that the the trait collection APIs are deprecated. But other than that I don't have a pulse that would essentially make it render as a completely blank view.
I've had a lot of success helping my favorite libraries migrate to visionOS because the OS supports nearly all UIKit apis. But unsure where to head now
I was able to compile for visionOS relatively easily. Increased Swift tools version to 5.9, added platform support and handled cases of haptic APIs that aren't supported.
With that said, I have no figured out why the view is completely blank. I know that the the trait collection APIs are deprecated. But other than that I don't have a pulse that would essentially make it render as a completely blank view.
I've had a lot of success helping my favorite libraries migrate to visionOS because the OS supports nearly all UIKit apis. But unsure where to head now