|
|
@@ -103,7 +103,9 @@ - (void)viewDidLoad
|
|
|
{
|
|
|
[super viewDidLoad];
|
|
|
|
|
|
- [self performSelector:NSSelectorFromString(self.method) withObject:nil];
|
|
|
+ MJPerformSelectorLeakWarning(
|
|
|
+ [self performSelector:NSSelectorFromString(self.method) withObject:nil];
|
|
|
+ );
|
|
|
|
|
|
self.collectionView.backgroundColor = [UIColor whiteColor];
|
|
|
[self.collectionView registerClass:[UICollectionViewCell class] forCellWithReuseIdentifier:MJCollectionViewCellIdentifier];
|