VC方法调用顺序
- VC1,push VC2 
- vc2 pop 到vc1 
- 右滑一半,然后取消
- vc1 present到vc2 
- vc2 dismiss到vc1 
push和present是不同的。表现在两个vc的didappear
和diddisapper
的顺序上
6. 如何禁止右滑pop界面
self.navigationController.interactivePopGestureRecognizer.enabled = NO;
下起雨,也要勇敢前行