You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have forked this repo in order to add macOS compatibility and add it to one of our project.
In order to do so, without a huge amount of #if os(macOS) layered everywhere, I decided to leverage the compatibility framework UXKit: https://github.com/ZeeZide/UXKit
Are you interested in a PR that would support macOS compatibility or you intend on keeping this compatible with iOSmacCatalyst only.
This will also imply that your package will have a dependency on UXKit to be compiled without errors.
Thanks
The text was updated successfully, but these errors were encountered:
Excellent. I can also submit a fix for issue #25 which I have resolved.
I'm also working on having the PillView always centered within the window to resolve issue #24
I have forked this repo in order to add macOS compatibility and add it to one of our project.
In order to do so, without a huge amount of
#if os(macOS)
layered everywhere, I decided to leverage the compatibility framework UXKit: https://github.com/ZeeZide/UXKitAre you interested in a PR that would support macOS compatibility or you intend on keeping this compatible with
iOS
macCatalyst
only.This will also imply that your package will have a dependency on
UXKit
to be compiled without errors.Thanks
The text was updated successfully, but these errors were encountered: