I searched all day for a solution on this, and eventually gave up and made my own decision.
, , currentModalViewController, backgroundColor, 80%, .
, currentModalViewController X Y. , UIModalPresentationPageSheet: , UIControl, .
, , , , . , - , .
-
, , . , URIiew animationTransition:
[UIView beginAnimations:nil context:NULL]
[UIView setAnimationDuration:0.5]
[UIView setAnimationTransition:
UIViewAnimationTransitionFlipFromLeft forView:anotherView cache:YES]
[mainContainer addSubview:modal.view]
[UIView commitAnimations]