Gabor Sajo

Results 31 comments of Gabor Sajo

Thanks @Agoer I believe I already tried that syntax with Swift. The Swift class name does not have the Chart prefix.

@danielgindi Can you please provide any help with this?

@danielgindi Any help please?

@danielgindi I am a little shocked this is getting ZERO traction. Was such a great library and this bug is preventing from migrating to v4. Shame, oh well.

Adding the `attachedWindow` works on BigSur, but `if #available(macOS 11, *)` also resolves to true on Catalina. I ended up with this for now: ``` extension UIWindow { public var...

Great idea, let's not forget Macs and Apple TVs

Hi @Zandor300 Thanks for this awesome project! As per above `Device.current.description` returns `Simulator (iOS)` when running in a Mac Catalyst app.

Identification of Mac models would be ideal but I’m not sure what’s the apple API for that. For starters the description should probably fall back to a string like Mac...

Ran into this as well, please get this merged soon :)