【发布时间】:2015-01-28 05:41:33
【问题描述】:
我在this 教程和Apple docs 中看到,这组代码应该可以工作。
let d = UIDocumentMenuViewController(documentTypes: [kUTTypeText as NSString], inMode: .Import)
o.delegate = self
self.presentViewController(d, animated: true, completion: nil)
但是我得到一个编译时错误
【问题讨论】: