You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: