Skip to content

Instantly share code, notes, and snippets.

@ivangodfather
Created August 30, 2014 18:31
Show Gist options
  • Select an option

  • Save ivangodfather/98e279491ea17a0b4313 to your computer and use it in GitHub Desktop.

Select an option

Save ivangodfather/98e279491ea17a0b4313 to your computer and use it in GitHub Desktop.
NSInteger item = [self.collectionView numberOfItemsInSection:0] - 1;
NSIndexPath *indexPath = [NSIndexPath indexPathForItem:item inSection:0];
[self.collectionView reloadItemsAtIndexPaths:@[indexPath]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment