nohana / NohanaImagePicker

A multiple image picker for iOS app.
Apache License 2.0
224 stars 57 forks source link

how to clear all selection after picker close? #77

Closed pradeep-chauhan closed 7 years ago

haranicle commented 7 years ago

Dealloc the picker to clear selection. See "Demo" for detail.

VickyPrajapati24 commented 6 years ago

Add below line before presenting picker: imagePicker.pickedAssetList.assetlist = []