Scroll to previous selected images
Scenario:
A user selects a couple of images from a couple of weeks ago (he has to scroll a while to find 'em).
After he clicks Done he wants to add another image from the same time and opens the image picker again.
Actual State: The image picker shows the latest pictures (scrollOffsetY == 0)
Target State:
The image picker scrolls to the youngest image of defaultSelectedAssets
@LucidityDesign Did you able to set your Target State ?
I think the problem was that I initialized a new instance instead of re-using the old one. But I'm not sure anymore.
There is currently no way to scroll to a specific asset in a new instance. Do you have any ideas?
Just use the old instance :)