Skip to content

Instantly share code, notes, and snippets.

View j0hmy's full-sized avatar
:octocat:
Just Do IT

johnny ma j0hmy

:octocat:
Just Do IT
View GitHub Profile
@mipstian
mipstian / UICollectionView+ReloadItemsAnimated.h
Created January 19, 2013 10:53
UICollectionView category to disable animation on reloadItemsAtIndexPaths:
#import <UIKit/UIKit.h>
@interface UICollectionView (ReloadItemsAnimated)
- (void)reloadItemsAtIndexPaths:(NSArray *)indexPaths animated:(BOOL)animated;
@end