ios - UIViewControllerTransitioningDelegate landscape Transition -


what best practice create landscaped transition between 2 uiviewcontrollers? containerview

uiview * container      = [transitioncontext containerview]; 

logs frame : {{0, 0}, {320, 568}} vertical , added subview added vertically. should rotate added subviews or add subviews on of controllers view , not container view directly?


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -