Commit 39bf7699 authored by zhangguangyi's avatar zhangguangyi

update

parent fd37c862
......@@ -9,6 +9,7 @@
#import "ZJGuardViewController.h"
#import "ZJGuardCollectionHeaderView.h"
#import "ZJGuardCell.h"
#import "ZJReminderMainController.h"
@interface ZJGuardViewController ()<UICollectionViewDelegate, UICollectionViewDataSource>
......@@ -130,4 +131,13 @@
return size;
}
-(void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath
{
[collectionView deselectItemAtIndexPath:indexPath animated:YES];
ZJReminderMainController *vc = [ZJReminderMainController new];
[self.navigationController pushViewController:vc animated:YES];
}
@end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment