开发者

UIModalTransitionStyleFlipHorizontal Vertically?

Is it possible to hack the UIModalTransitionStyleFlipHorizontal to be vertical instead of horizontal?

I would normally use a CATransition to do this, but that method requires inserting the view of one UIViewController into the other one, which results in it not being relea开发者_运维技巧sed properly.

So, is it possible without adding one as a subview of another?


You might try using the accepted answer from: UIView vertical flip animation and presenting the modal view half way through the animation. This will require some modification of that code, but it should be possible to do.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜