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

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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -