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
Post a Comment