interactivePopGestureRecognizer

    1. [_currentNav pushViewController:viewController animated:YES];  
    2. //开启iOS7的滑动返回效果  
    3. if ([_currentNav respondsToSelector:@selector(interactivePopGestureRecognizer)]) {  
    4.     _currentNav.interactivePopGestureRecognizer.delegate = nil;  

posted @ 2015-10-28 12:45  lianhuaren  阅读(127)  评论(0编辑  收藏  举报