mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
Updated to take correct parameters, allow for 0 in width/height to size to a specific dimension, and updated controller/delegate to work correctly with updated ELCPicker
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
@property (nonatomic, weak) id<ELCAssetSelectionDelegate> parent;
|
||||
@property (nonatomic, strong) NSMutableArray *assetGroups;
|
||||
@property (nonatomic, weak) BOOL singleSelection;
|
||||
@property (nonatomic, weak) BOOL immediateReturn;
|
||||
@property (nonatomic, assign) BOOL singleSelection;
|
||||
@property (nonatomic, assign) BOOL immediateReturn;
|
||||
|
||||
// optional, can be used to filter the assets displayed
|
||||
@property (nonatomic, weak) id<ELCAssetPickerFilterDelegate> assetPickerFilterDelegate;
|
||||
|
||||
Reference in New Issue
Block a user