Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Changing selectedAssets to be read-write #210

Open
azizdev opened this issue Mar 26, 2018 · 0 comments
Open

Changing selectedAssets to be read-write #210

azizdev opened this issue Mar 26, 2018 · 0 comments

Comments

@azizdev
Copy link

azizdev commented Mar 26, 2018

In QBImagePickerController.h this line:
@Property (nonatomic, strong, readonly) NSMutableOrderedSet *selectedAssets;
Should be changed to:
@Property (nonatomic, strong, readwrite) NSMutableOrderedSet *selectedAssets;

So that if you open the image picker again you can assign the selected assets to _selectedAssets
so you can see the old selected items.

Please consider changing it in the next release, Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant