Ravikiran Pathade
Ravikiran Pathade
``` dkImagePickerController.didSelectAssets = { [weak self] (assets: [DKAsset]) in for asset in assets{ guard let _ = asset.originalAsset else { continue } print(asset?.isExportable, asset?.isPlayable) } } ``` The above code...
 Camera thumbnail does not show up in the gallery if there are no images on the current device (Only for Photos mode).