【发布时间】:2015-02-11 10:50:41
【问题描述】:
我正在使用以下代码以模态方式呈现视图控制器。我已将演示样式更改为“当前上下文”。它在 iOS 8 上运行良好,但在 os
let vc = self.storyboard.instantiateViewControllerWithIdentifier("markerView") as! MarkerViewController
self.presentViewController(vc, animated: false, completion: nil)
【问题讨论】: