如,a控制器push到b代码是这样的,im
// [a pushViewController:b animated:Yes]animate
1>若是想拿到push后的界面,作一些操做,就用presentedViewController
// a presentedViewController -> bpush
2>若是想拿到push前的界面,作一些操做,就用presentingViewController
// b presentingViewController - a界面
总之: