Priyanka-gupta-pcg
Results
1
comments of
Priyanka-gupta-pcg
found solution - ``` func assetsPicker(controller: AssetsPickerViewController, shouldSelect asset: PHAsset, at indexPath: IndexPath) -> Bool { // can limit selection count if asset.mediaType == .video { if controller.selectedAssets.count > 4...