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