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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -