学习学习
看原文
http://www.raywenderlich.com/32054/how-to-create-a-slide-out-navigation-like-facebook-and-path
How to Create a Slide-Out Navigation Panel
四月份收藏的,现在才来看,我是有多忙啊。现在是10月8日,主要是昨天看的。之前页看过,但是没把代码敲一笔,总是觉得不安。
觉得最后的gesture的逻辑,略微有点复杂。还有之前的
[self.view addSubview:self.centerViewController.view];
[self addChildViewController:_centerViewController];
[_centerViewController didMoveToParentViewController:self];
第一句话当然明白,第二句,第三句,之前没这么用过。