在UIPopoverController中使用UIModalTransitionStyleFlipHorizo​​ntal

时间:2011-12-26 12:17:16

标签: objective-c uipopovercontroller presentmodalviewcontroller

我试图在UIPopOver中呈现一个模态视图控制器 我已经设定:
 [theViewController setModalPresentationStyle: UIModalPresentationCurrentContext];以便允许弹出过渡而不是弹出的过渡。

这里的问题是我收到错误消息:
  “Application tried to present inside popover with transition style other than UIModalTransitionStyleCoverVertical”,
如果我正在设置:
 [theViewController setModalTransitionStyle:UIModalTransitionStyleFlipHorizontal]

当我模态呈现视图控制器而不是默认值时,我希望在弹出窗口中有'翻转水平'类型的动画。我怎样才能做到这一点?

谢谢:)

0 个答案:

没有答案