Xaver Lohmüller
Xaver Lohmüller
Just set `UIView.setAnimationsEnabled(false)`
Oh sorry, you mean how we disable the Lottie animations? I can't take a look how we exactly did it because I've switched jobs and don't have access to the...
> Perhaps there is a way to store the key and use it for equality and then delay creation of the Storage class until DynamicProperty's update call (which I noticed...
`StateObject` is something I've looked at for porting to iOS 13 as well, but haven't found the time so far. Maybe there's a way to implement it differently using an...
(By the way, I tested using `update()` - it gets invoked during every view update as well, so no win there...)
> Have you considered making Persistence a simple wrapper around SwiftUI.AppStorage when iOS 14 is available? That way your code doesn't exactly go away, but at least is not used...
Thanks for the input, Markus! We use this setup with our project, which works well. It's just sad that it breaks the awesome automatic-ness that I'm used to from LicensePlist.
That branch is pretty old and should be deleted I think. There is a nice new text recognition API in iOS 13 in Vision, which could be useful here. What’s...
Hi @mobileonekh, I think there's some sample code on how to export PDFs in the example app. Do note however that there is no OCR or anything going on, so...
The plan: - Add an option (in code) to switch between single and multi image mode - Add a second delegate method for multiple images that is optional to implement...