Overall examples improvement

This commit is contained in:
Michael Schneider
2016-02-24 20:20:00 -08:00
parent 6bf150bc65
commit bb35470c72
5 changed files with 82 additions and 85 deletions

View File

@@ -65,6 +65,12 @@ static NSUInteger kNumberOfImages = 14;
return self;
}
- (void)dealloc
{
_collectionView.asyncDataSource = nil;
_collectionView.asyncDelegate = nil;
}
- (void)viewDidLoad
{
[super viewDidLoad];