Skip to content

Commit

Permalink
添加滑动返回
Browse files Browse the repository at this point in the history
  • Loading branch information
lookingstars committed Jan 25, 2016
1 parent 2f288bf commit b9bc72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meituan/Controller/Home/HomeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ - (void)viewDidLoad {
// Do any additional setup after loading the view.
self.view.backgroundColor = [UIColor whiteColor];
[self.navigationController setNavigationBarHidden:YES animated:YES];

self.navigationController.interactivePopGestureRecognizer.delegate = nil;
[self initData];
[self setNav];
[self initTableView];
Expand Down
2 changes: 1 addition & 1 deletion meituan/Controller/Merchant/JZMerchantViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ - (void)viewDidLoad {
// dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
// [self getCateListData];
// });

self.navigationController.interactivePopGestureRecognizer.delegate = nil;
[self setNav];
[self initViews];
[self initMaskView];
Expand Down

0 comments on commit b9bc72e

Please sign in to comment.