Commit 39bf7699 authored by zhangguangyi's avatar zhangguangyi

update

parent fd37c862
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#import "ZJGuardViewController.h" #import "ZJGuardViewController.h"
#import "ZJGuardCollectionHeaderView.h" #import "ZJGuardCollectionHeaderView.h"
#import "ZJGuardCell.h" #import "ZJGuardCell.h"
#import "ZJReminderMainController.h"
@interface ZJGuardViewController ()<UICollectionViewDelegate, UICollectionViewDataSource> @interface ZJGuardViewController ()<UICollectionViewDelegate, UICollectionViewDataSource>
...@@ -130,4 +131,13 @@ ...@@ -130,4 +131,13 @@
return size; 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 @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