iOS 8 - 无法使UIModalPresentationFormSheet透明

时间:2014-10-01 08:34:51

标签: ios presentviewcontroller uimodalpresentationstyle

在iOS 7中,我有一段代码与

中提到的要求类似
  1. How do I make the flip animation on a modal view on the iPad transparent in the background?
    1. Seamlessly flip from one modal view to another, without showing a solid colour background
    2. 我在iOS 7中实现它的方法是使用此问题中提到的方法  UIModalPresentationFormSheet can't change superview background to clear

      到目前为止一直运作良好,直到Apple发布iOS 8.在iOS 8中,modController.view.superView返回nil,这通过显示灰色背景极大地影响了我的动画。如果有人知道如何解决这个问题,那将是一个很好的帮助。提前谢谢。

1 个答案:

答案 0 :(得分:0)

现在通过创建自定义UIView来修复它。