diff --git a/CTAssetsPickerController/CTAssetsViewController.m b/CTAssetsPickerController/CTAssetsViewController.m index 14f0bfee..375f372d 100644 --- a/CTAssetsPickerController/CTAssetsViewController.m +++ b/CTAssetsPickerController/CTAssetsViewController.m @@ -278,8 +278,8 @@ - (void)selectedAssetsChanged:(NSNotification *)notification [self.navigationController setToolbarHidden:(selectedAssets.count == 0) animated:YES]; - // Reload assets - [self reloadData]; + // Reload assets for calling de/selectAsset method programmatically + [self.collectionView reloadData]; }