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

Changing selectedAssets to be read-write #210

Description

@azizdev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions