UIModalTransitionStylePartialCurl在iOS 8上消失 [英] UIModalTransitionStylePartialCurl disappear on iOS 8

查看:222
本文介绍了UIModalTransitionStylePartialCurl在iOS 8上消失的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用UIModalTransitionStylePartialCurl过渡呈现我的ViewController。我使用以下代码

I am trying to present my ViewController with UIModalTransitionStylePartialCurl transition. I am using the following code

PuzzleViewController *vc = [[PuzzleViewController alloc] init];
vc.modalTransitionStyle = UIModalTransitionStylePartialCurl;
vc.puzzleImage = imageView.image;
[self.navigationController presentViewController:vc animated:YES completion:nil];

UIModalTransitionStylePartialCurl适用于iOS 7,就像这样

UIModalTransitionStylePartialCurl work fine with iOS 7, like this

但是iOS 8,上一个视图顶部的视觉部分消失,因此用户无法理解他可以点击左上角返回上一个视图。

But for iOS 8, the visual part of the previous view on top disappear, so the user can't understand that he can click on the top left corner to back to previous view.

那么有没有在iOS 8上修复此问题的方法?

So is there a way to fix this on iOS 8?

推荐答案

这在iOS 8和Xcode 6中已经破解了。这是它的雷达: http://www.openradar.me/18305611

This is broken in iOS 8 and Xcode 6. Here is the Radar for it: http://www.openradar.me/18305611

此票据作为副本关闭,我找不到另一张,但它就在那里。

This ticket was closed as a duplicate and I can't find the other, but it's there.

这篇关于UIModalTransitionStylePartialCurl在iOS 8上消失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆