84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
比如我push的[self.navigationController pushViewController:VC animated:NO];
[self.navigationController pushViewController:VC animated:NO];
自定义动画方式为kCATransitionFromLeft。意思就是从左往右切换。
因为默认的切换是视图从右往左进来。那么当返回时,切换方式还是默认的从左往右切换。 这跟我自定义的动画格格不入,但是我又不想自定义左侧导航按钮来自己实现事件和动画。有其他方法吗?
走同样的路,发现不同的人生
默认效果满足不了,你就需要自定义切换效果了 示例:http://www.shinobicontrols.com/blog/posts/2013/10/03/ios7-day-by-day-day-10-custom-uiviewcontroller-transitions
默认效果满足不了,你就需要自定义切换效果了
示例:
http://www.shinobicontrols.com/blog/posts/2013/10/03/ios7-day-by-day-day-10-custom-uiviewcontroller-transitions