Custom Container Controller: transitionFromViewController: View not properly layed-out before animation
问题 This is both a question and a partial solution. *Sample project here: https://github.com/JosephLin/TransitionTest Problem 1: When using transitionFromViewController:... , layouts done by the toViewController 's viewWillAppear: doesn't show up when the transition animation begins. In other words, the pre-layout view shows during the animation, and it's contents snap to the post-layout positions after the animation. Problem 2: If I customize the background of my navbar's UIBarButtonItem , the