avi-screenovate

Results 5 comments of avi-screenovate

For anyone that needs this: I figured out that iOS 14 automatically changes the size of a `VStack` for the keyboard, making this modifier unnecessary. I made the following change...

@DragonCherry To get around the performance issue with loading (I have a customer with a high bar), I created a hack in my app. I load the picker's view and...

`deselectAll()` only deselects from the current Album. It doesn't help for cross-album selections. In my app, I now recreate the ViewController after dismissal, to hide the load time. It's working...

Has there been any movement on SwiftUI support?

I think that having a `Color` property along with `UI/NSColor` and same for image would be a great start.