Skip to content

Commit

Permalink
#81 Fix: Reload collectionView after calling de/selectAsset methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Feb 3, 2015
1 parent 897123f commit 653e31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTAssetsPickerController/CTAssetsViewController.m
Expand Up @@ -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];
}


Expand Down

0 comments on commit 653e31e

Please sign in to comment.